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 Alignment
SankeyChart.getNodeAlignment
(boolean create) Get the current node alignment.Methods in com.storedobject.chart with parameters of type AlignmentModifier and TypeMethodDescriptionvoid
Text.setAlignment
(Alignment alignment) Set text alignment.void
TextStyle.setAlignment
(Alignment alignment) Set the alignment.final void
SankeyChart.setNodeAlignment
(Alignment nodeAlignment) Set node alignment.