Uses of Class
com.storedobject.chart.Alignment
Packages that use Alignment
-
Uses of Alignment in com.storedobject.chart
Methods in com.storedobject.chart that return AlignmentModifier and TypeMethodDescriptionText.getAlignment(boolean create) Get text alignment.TextStyle.getAlignment(boolean create) Get the alignment.final AlignmentSankeyChart.getNodeAlignment(boolean create) Get the current node alignment.Methods in com.storedobject.chart with parameters of type AlignmentModifier and TypeMethodDescriptionvoidText.setAlignment(Alignment alignment) Set text alignment.voidTextStyle.setAlignment(Alignment alignment) Set the alignment.final voidSankeyChart.setNodeAlignment(Alignment nodeAlignment) Set node alignment.