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 classRepresents a specific category for a chart or graphical element, extending the functionality ofPointSymbolto include a category name.Methods in com.storedobject.chart that return PointSymbolModifier and TypeMethodDescriptionfinal PointSymbolGraphData.getEdgeEndSymbol()Retrieves the symbol representing the end of an edge in the graph.final PointSymbolGraphData.getEdgeStartSymbol()Returns the symbol representing the start of an edge in the graph.BubbleChart.getPointSymbol(boolean create) Get thePointSymbolthat 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 thePointSymboland returns the updated instance.PointSymbol.size(int size) Sets the size of the point symbol and returns the updatedPointSymbolinstance.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.voidGraphData.setEdgeEndSymbol(PointSymbol symbol) Sets the symbol used to represent the end of an edge in the graph.voidBubbleChart.setPointSymbol(PointSymbol pointSymbol) Set a differentPointSymbolthat represents the "bubble".voidLineChart.setPointSymbol(PointSymbol pointSymbol) Set the point symbol definition to be used.voidScatterChart.setPointSymbol(PointSymbol pointSymbol) Set a different point-symbol.