Uses of Class
com.storedobject.chart.PointSymbol
Packages that use PointSymbol
-
Uses of PointSymbol in com.storedobject.chart
Subclasses of PointSymbol in com.storedobject.chartModifier and TypeClassDescriptionstatic class
Represents a specific category for a chart or graphical element, extending the functionality ofPointSymbol
to include a category name.Methods in com.storedobject.chart that return PointSymbolModifier and TypeMethodDescriptionfinal PointSymbol
GraphData.getEdgeEndSymbol()
Retrieves the symbol representing the end of an edge in the graph.final PointSymbol
GraphData.getEdgeStartSymbol()
Returns the symbol representing the start of an edge in the graph.BubbleChart.getPointSymbol
(boolean create) Get thePointSymbol
that represents the "bubble".LineChart.getPointSymbol
(boolean create) Get the point symbol definition associated with this chart.ScatterChart.getPointSymbol
(boolean create) Get thePointSymbol
.Sets the offset for thePointSymbol
and returns the updated instance.PointSymbol.size
(int size) Sets the size of the point symbol and returns the updatedPointSymbol
instance.PointSymbol.size
(int width, int height) Updates the size of the point symbol using the specified width and height values.Methods in com.storedobject.chart with parameters of type PointSymbolModifier and TypeMethodDescriptionGraphData.edgeEndSymbol
(PointSymbol symbol) Sets the symbol for the end of edges in the graph and returns the updated GraphData instance.GraphData.edgeStartSymbol
(PointSymbol symbol) Sets the start symbol for edges in the graph.void
GraphData.setEdgeEndSymbol
(PointSymbol symbol) Sets the symbol used to represent the end of an edge in the graph.void
BubbleChart.setPointSymbol
(PointSymbol pointSymbol) Set a differentPointSymbol
that represents the "bubble".void
LineChart.setPointSymbol
(PointSymbol pointSymbol) Set the point symbol definition to be used.void
ScatterChart.setPointSymbol
(PointSymbol pointSymbol) Set a different point-symbol.