Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X Y Z 

S

S_END - Static variable in class com.orsoncharts.util.json.parser.JSONParser
 
S_IN_ARRAY - Static variable in class com.orsoncharts.util.json.parser.JSONParser
 
S_IN_ERROR - Static variable in class com.orsoncharts.util.json.parser.JSONParser
 
S_IN_FINISHED_VALUE - Static variable in class com.orsoncharts.util.json.parser.JSONParser
 
S_IN_OBJECT - Static variable in class com.orsoncharts.util.json.parser.JSONParser
 
S_IN_PAIR_VALUE - Static variable in class com.orsoncharts.util.json.parser.JSONParser
 
S_INIT - Static variable in class com.orsoncharts.util.json.parser.JSONParser
 
S_PASSED_PAIR_KEY - Static variable in class com.orsoncharts.util.json.parser.JSONParser
 
sampleFunction(Function3D, String, Range, double, Range, double) - Static method in class com.orsoncharts.data.xyz.XYZDatasetUtils
Creates an XYZDataset by sampling a Function3D over a specified range.
sampleFunction(Function3D, String, double, double, double, double, double, double) - Static method in class com.orsoncharts.data.xyz.XYZDatasetUtils
Creates an XYZDataset by sampling a Function3D over a specified range.
scalarprod(Point3D, Point3D) - Static method in class com.orsoncharts.graphics3d.Utils3D
Returns the scalar product of two vectors.
Scale2D - Enum in com.orsoncharts.util
Scaling options for fitting rectangles.
SCALE_TO_FIT_TARGET - Static variable in class com.orsoncharts.util.Fit2D
Scale the source rectangle to fit the target rectangle.
ScatterXYZRenderer - Class in com.orsoncharts.renderer.xyz
A renderer for 3D scatter plots.
ScatterXYZRenderer() - Constructor for class com.orsoncharts.renderer.xyz.ScatterXYZRenderer
Creates a new instance with default attribute values.
select(double) - Method in class com.orsoncharts.axis.IntegerTickSelector
Selects and returns a standard tick size that is greater than or equal to the specified reference value and, ideally, as close to it as possible (to minimise the number of iterations used by axes to determine the tick size to use).
select(double) - Method in class com.orsoncharts.axis.NumberTickSelector
Selects and returns a standard tick size that is greater than or equal to the specified reference value and, ideally, as close to it as possible (to minimise the number of iterations used by axes to determine the tick size to use).
select(double) - Method in interface com.orsoncharts.axis.TickSelector
Selects and returns a standard tick size that is greater than or equal to the specified reference value and, ideally, as close to it as possible (to minimise the number of iterations used by axes to determine the tick size to use).
selectTick(Graphics2D, Point2D, Point2D, Point2D) - Method in class com.orsoncharts.axis.LogAxis3D
Selects a standard tick unit on the logarithmic range.
selectTick(Graphics2D, Point2D, Point2D, Point2D) - Method in class com.orsoncharts.axis.NumberAxis3D
Selects a tick size that is appropriate for drawing the axis from pt0 to pt1.
selectTick(Graphics2D, Point2D, Point2D, Point2D) - Method in interface com.orsoncharts.axis.ValueAxis3D
Selects an appropriate tick size and format for the axis based on the axis being rendered from pt0 to pt1.
SerialUtils - Class in com.orsoncharts.util
Serialization support methods.
Series3DChangeEvent - Class in com.orsoncharts.data
An event that signals a change to a series (the "3D" in the name is to differentiate this class from the similar event object in JFreeChart).
Series3DChangeEvent(Object) - Constructor for class com.orsoncharts.data.Series3DChangeEvent
Constructs a new event.
Series3DChangeListener - Interface in com.orsoncharts.data
Methods for receiving notification of changes to a data series.
SERIES_AND_COLUMN_KEYS_AND_VALUE_TEMPLATE - Static variable in class com.orsoncharts.label.StandardCategoryItemLabelGenerator
A template that shows the series key, column key and value (the row key is omitted because it is often the same as the series key).
SERIES_KEY - Static variable in class com.orsoncharts.Chart3D
The key for a property that stores the series key.
seriesChanged(Series3DChangeEvent) - Method in interface com.orsoncharts.data.Series3DChangeListener
Called when an observed series changes in some way.
seriesChanged(Series3DChangeEvent) - Method in class com.orsoncharts.data.xyz.XYZSeriesCollection
Called when an observed series changes in some way.
setAnchorPt(Point2D) - Method in class com.orsoncharts.axis.TickData
Sets the anchor point.
setAngle(double) - Method in class com.orsoncharts.graphics3d.Rotate3D
Sets the angle of rotation (in radians) and (internally) updates the values of the transformation matrix ready for the next call(s) to the applyRotation methods.
setAntiAlias(boolean) - Method in class com.orsoncharts.Chart3D
Sets a flag that indicates whether or not anti-aliasing is used when the chart is drawn.
setAutoAdjustDimensions(boolean) - Method in class com.orsoncharts.plot.CategoryPlot3D
Sets the flag that controls whether the plot's dimensions are automatically calculated and, if true, sends a change event to all registered listeners.
setAutoAdjustRange(boolean) - Method in class com.orsoncharts.axis.AbstractValueAxis3D
Sets the flag that controls whether or not the axis range is automatically updated in response to dataset changes, and sends an Axis3DChangeEvent to all registered listeners.
setAutoRangeIncludeZero(boolean) - Method in class com.orsoncharts.axis.NumberAxis3D
Sets the flag that controls whether or not the auto range mechanism should force zero to be included in the axis range, and sends an Axis3DChangeEvent to all registered listeners.
setAutoRangeStickyZero(boolean) - Method in class com.orsoncharts.axis.NumberAxis3D
Sets the flag that controls the behaviour of the auto range mechanism when zero falls into the axis margins.
setAxisLabelColor(Color) - Method in class com.orsoncharts.style.StandardChartStyle
Sets the foreground color for the axis label and sends a ChartStyleChangeEvent to all registered listeners.
setAxisLabelFont(Font) - Method in class com.orsoncharts.style.StandardChartStyle
Sets the font used for the axis label and sends a ChartStyleChangeEvent to all registered listeners.
setAxisTickLabelColor(Color) - Method in class com.orsoncharts.style.StandardChartStyle
Sets the foreground color for the axis tick labels and sends a ChartStyleChangeEvent to all registered listeners.
setAxisTickLabelFont(Font) - Method in class com.orsoncharts.style.StandardChartStyle
Sets the font used for the axis tick labels and sends a ChartStyleChangeEvent to all registered listeners.
setBackground(RectanglePainter) - Method in class com.orsoncharts.Chart3D
Sets the background painter and sends a Chart3DChangeEvent to all registered listeners.
setBackground(RectanglePainter) - Method in class com.orsoncharts.table.AbstractTableElement
Sets the background for the element.
setBackgroundColor(Color) - Method in class com.orsoncharts.graphics3d.LabelFace
Sets the background color.
setBackgroundColor(Color) - Method in class com.orsoncharts.table.AbstractTableElement
Sets the background painter to fill the element with the specified color.
setBackgroundPainter(RectanglePainter) - Method in class com.orsoncharts.style.StandardChartStyle
Sets the background painter.
setBarLength(double) - Method in class com.orsoncharts.legend.ColorScaleLegendBuilder
Sets the length of the bar displaying the color scale.
setBarWidth(double) - Method in class com.orsoncharts.legend.ColorScaleLegendBuilder
Sets the width of the bar displaying the color scale.
setBarXWidth(double) - Method in class com.orsoncharts.renderer.category.BarRenderer3D
Sets the the bar width as a percentage of the column width and fires a Renderer3DChangeEvent.
setBarXWidth(double) - Method in class com.orsoncharts.renderer.xyz.BarXYZRenderer
Sets the width of the bars in the direction of the x-axis and sends a Renderer3DChangeEvent to all registered listeners.
setBarZWidth(double) - Method in class com.orsoncharts.renderer.category.BarRenderer3D
Sets the the bar width as a percentage of the row width and fires a Renderer3DChangeEvent.
setBarZWidth(double) - Method in class com.orsoncharts.renderer.xyz.BarXYZRenderer
Sets the width of the bars in the direction of the z-axis and sends a Renderer3DChangeEvent to all registered listeners.
setBase(double) - Method in class com.orsoncharts.axis.LogAxis3D
Sets the logarithmic base value and sends an Axis3DChangeEvent to all registered listeners.
setBase(double) - Method in class com.orsoncharts.renderer.category.AreaRenderer3D
Sets the base value and sends a change event to all registered listeners.
setBase(double) - Method in class com.orsoncharts.renderer.category.BarRenderer3D
Sets the base value for the bars and fires a Renderer3DChangeEvent.
setBase(double) - Method in class com.orsoncharts.renderer.xyz.BarXYZRenderer
Sets the base value for the bars and sends a Renderer3DChangeEvent to all registered listeners.
setBaseColor(Color) - Method in class com.orsoncharts.renderer.category.AreaRenderer3D
Sets the color for the underside of the area shapes and sends a change event to all registered listeners.
setBaseColorSource(CategoryColorSource) - Method in class com.orsoncharts.renderer.category.BarRenderer3D
Sets the object that determines the color to use for the base of bars where the base value falls outside the axis range, and sends a Renderer3DChangeEvent to all registered listeners.
setBaseColorSource(XYZColorSource) - Method in class com.orsoncharts.renderer.xyz.BarXYZRenderer
Sets the object that determines the color to use for the base of bars where the base value falls outside the axis range, and sends a Renderer3DChangeEvent to all registered listeners.
setBaseFormatter(NumberFormat) - Method in class com.orsoncharts.axis.LogAxis3D
Sets the formatter for the log base value and sends an Axis3DChangeEvent to all registered listeners.
setBaseSymbol(String) - Method in class com.orsoncharts.axis.LogAxis3D
Sets the base symbol and sends an Axis3DChangeEvent to all registered listeners.
setCategory(Comparable<?>) - Method in class com.orsoncharts.marker.CategoryMarker
Sets the category for the marker and sends a change event to all registered listeners.
setChart(Chart3D) - Method in class com.orsoncharts.plot.AbstractPlot3D
Sets the chart that the plot is assigned to.
setChart(Chart3D) - Method in interface com.orsoncharts.plot.Plot3D
Sets the chart that the plot is assigned to.
setChartBoxColor(Color) - Method in class com.orsoncharts.Chart3D
Sets the chart box color and sends a Chart3DChangeEvent to all registered listeners.
setChartBoxColor(Color) - Method in class com.orsoncharts.style.StandardChartStyle
Sets the color used for the chart box and sends a ChartStyleChangeEvent to all registered listeners.
setClipColorSource(CategoryColorSource) - Method in class com.orsoncharts.renderer.category.AreaRenderer3D
Sets the color source that determines the color used to highlight clipping in the chart elements, and sends a Renderer3DChangeEvent to all registered listeners.
setClipColorSource(CategoryColorSource) - Method in class com.orsoncharts.renderer.category.LineRenderer3D
Sets the color source that determines the color used to highlight clipping in the chart elements, and sends a Renderer3DChangeEvent to all registered listeners.
setColor(K, Color) - Method in interface com.orsoncharts.plot.ColorSource
Sets the color associated with the specified key.
setColor(K, Color) - Method in class com.orsoncharts.plot.StandardColorSource
Sets the color for the specified key.
setColor(Color) - Method in class com.orsoncharts.table.TextElement
 
setColors(Color...) - Method in class com.orsoncharts.renderer.category.AbstractCategoryRenderer3D
Sets a new color source for the renderer using the specified colors and sends a Renderer3DChangeEvent to all registered listeners.
setColors(Color...) - Method in interface com.orsoncharts.renderer.category.CategoryRenderer3D
Sets the colors for the renderer.
setColors(Color...) - Method in class com.orsoncharts.renderer.xyz.AbstractXYZRenderer
Sets a new color source for the renderer using the specified colors and sends a Renderer3DChangeEvent to all registered listeners.
setColors(Color...) - Method in interface com.orsoncharts.renderer.xyz.XYZRenderer
Sets the colors for the renderer.
setColorScale(ColorScale) - Method in class com.orsoncharts.renderer.xyz.SurfaceRenderer
Sets the color scale and sends a Renderer3DChangeEvent to all registered listeners.
setColorSource(CategoryColorSource) - Method in class com.orsoncharts.renderer.category.AbstractCategoryRenderer3D
Sets the color source for the renderer and sends a Renderer3DChangeEvent to all registered listeners.
setColorSource(CategoryColorSource) - Method in interface com.orsoncharts.renderer.category.CategoryRenderer3D
Sets the color source for the renderer and sends a Renderer3DChangeEvent to all registered listeners.
setColorSource(XYZColorSource) - Method in class com.orsoncharts.renderer.xyz.AbstractXYZRenderer
Sets the color source and sends a Renderer3DChangeEvent to all registered listeners.
setColorSource(XYZColorSource) - Method in interface com.orsoncharts.renderer.xyz.XYZRenderer
Sets the color source for the renderer and sends a Renderer3DChangeEvent to all registered listeners.
setColumnAlignment(VAlign) - Method in class com.orsoncharts.legend.StandardLegendBuilder
Sets the column alignment (to override the default alignment that is derived from the legend anchor point).
setColumnAxis(CategoryAxis3D) - Method in class com.orsoncharts.plot.CategoryPlot3D
Sets the column axis and sends a Plot3DChangeEvent to all registered listeners.
setDataset(CategoryDataset3D) - Method in class com.orsoncharts.plot.CategoryPlot3D
Sets the dataset and sends a Plot3DChangeEvent to all registered listeners.
setDataset(PieDataset3D<? extends Comparable>) - Method in class com.orsoncharts.plot.PiePlot3D
Sets the dataset and notifies registered listeners that the dataset has been updated.
setDataset(XYZDataset) - Method in class com.orsoncharts.plot.XYZPlot
Sets the dataset and sends a change event notification to all registered listeners.
setDefaultAutoRange(Range) - Method in class com.orsoncharts.axis.AbstractValueAxis3D
Sets the default range used when the autoAdjustRange flag is true but the dataset contains no values, and sends an Axis3DChangeEvent to all registered listeners.
setDefaultChartStyle(ChartStyle) - Static method in class com.orsoncharts.Chart3DFactory
Sets the style that will be used when creating new charts.
setDefaultFont(Font) - Method in class com.orsoncharts.plot.StandardFontSource
Sets the default font.
setDepth(double) - Method in class com.orsoncharts.plot.PiePlot3D
Sets the depth of the pie chart and sends a change event to all registered listeners.
setDepth(double) - Method in class com.orsoncharts.renderer.category.AreaRenderer3D
Sets the depth (in 3D) and sends a change event to all registered listeners.
setDimensions(Dimension3D) - Method in class com.orsoncharts.plot.CategoryPlot3D
Sets the dimensions (in 3D space) for the plot, resets the autoAdjustDimensions flag to false, and sends a Plot3DChangeEvent to all registered listeners.
setDimensions(Dimension3D) - Method in class com.orsoncharts.plot.XYZPlot
Sets the dimensions for the plot and notifies registered listeners that the plot dimensions have been changed.
setDrawFaceOutlines(boolean) - Method in class com.orsoncharts.renderer.category.AreaRenderer3D
Sets the flag that controls whether or not outlines are drawn for the faces making up the area segments and sends a change event to all registered listeners.
setDrawFaceOutlines(boolean) - Method in class com.orsoncharts.renderer.xyz.SurfaceRenderer
Sets a flag that controls whether or not the faces that make up the surface are drawn (as well as filled) and sends a Renderer3DChangeEvent to all registered listeners.
setElement(TableElement, R, C) - Method in class com.orsoncharts.table.GridElement
Adds (or updates) a cell in the grid.
setElementHinting(boolean) - Method in class com.orsoncharts.Chart3D
Sets the flag that controls whether or not element hints will be added to the Graphics2D output when the chart is rendered and sends a change event to all registered listeners.
setEndPoint(Point2D) - Method in class com.orsoncharts.marker.MarkerLine
Sets the projected ending point for the line.
setErrorType(int) - Method in exception com.orsoncharts.util.json.parser.ParseException
 
setExportFormats(ExportFormat...) - Method in class com.orsoncharts.graphics3d.swing.DisplayPanel3D
Sets the list of export formats that will be shown in the popup menu.
setFillColor(Color) - Method in class com.orsoncharts.marker.CategoryMarker
Sets the color used to fill the marker band and sends a change event to all registered listeners.
setFillColor(Color) - Method in class com.orsoncharts.marker.RangeMarker
Sets the color used to fill the band representing the range for the marker and sends a change event to all registered listeners.
setFillColor(Color) - Method in class com.orsoncharts.table.ShapeElement
Sets the fill color.
setFirstCategoryHalfWidth(boolean) - Method in class com.orsoncharts.axis.StandardCategoryAxis3D
Sets the flag that controls whether the first category on the axis occupies a full or half width, and sends an Axis3DChangeEvent to all registered listeners.
setFont(Font) - Method in class com.orsoncharts.graphics3d.LabelFace
Sets the font.
setFont(Font) - Method in class com.orsoncharts.marker.CategoryMarker
Sets the font for the marker label and sends a change event to all registered listeners.
setFont(Font) - Method in class com.orsoncharts.marker.NumberMarker
Sets the font for the marker label and sends a change event to all registered listeners.
setFont(Font) - Method in class com.orsoncharts.marker.RangeMarker
Sets the font for the marker label and sends a change event to all registered listeners.
setFont(K, Font) - Method in interface com.orsoncharts.plot.FontSource
Sets the font associated with a key.
setFont(K, Font) - Method in class com.orsoncharts.plot.StandardFontSource
Sets the font associated with the specified key.
setFont(Font) - Method in class com.orsoncharts.table.TextElement
Sets the font.
setFooter(String) - Method in class com.orsoncharts.legend.StandardLegendBuilder
Sets the footer text.
setFooterAlignment(HAlign) - Method in class com.orsoncharts.legend.StandardLegendBuilder
Sets the footer alignment.
setGridlineColor(Color) - Method in class com.orsoncharts.style.StandardChartStyle
Sets the color for the gridlines and sends a ChartStyleChangeEvent to all registered listeners.
setGridlinePaintForColumns(Paint) - Method in class com.orsoncharts.plot.CategoryPlot3D
Sets the paint used to draw the grid lines for the column axis, if they are visible, and sends a Plot3DChangeEvent to all registered listeners.
setGridlinePaintForRows(Paint) - Method in class com.orsoncharts.plot.CategoryPlot3D
Sets the paint used for the row axis gridlines and sends a Plot3DChangeEvent to all registered listeners.
setGridlinePaintForValues(Paint) - Method in class com.orsoncharts.plot.CategoryPlot3D
Sets the paint used for the value axis gridlines and sends a Plot3DChangeEvent to all registered listeners.
setGridlinePaintX(Paint) - Method in class com.orsoncharts.plot.XYZPlot
Sets the paint used to draw the gridlines for the x-axis, and sends a Plot3DChangeEvent to all registered listeners.
setGridlinePaintY(Paint) - Method in class com.orsoncharts.plot.XYZPlot
Sets the paint used to draw the gridlines for the y-axis, and sends a Plot3DChangeEvent to all registered listeners.
setGridlinePaintZ(Paint) - Method in class com.orsoncharts.plot.XYZPlot
Sets the paint used to draw the gridlines for the z-axis, and sends a Plot3DChangeEvent to all registered listeners.
setGridlineStroke(Stroke) - Method in class com.orsoncharts.style.StandardChartStyle
Sets the stroke used for gridlines and sends a ChartStyleChangeEvent to all registered listeners.
setGridlineStrokeForColumns(Stroke) - Method in class com.orsoncharts.plot.CategoryPlot3D
Sets the stroke used to draw the grid lines for the column axis, if they are visible, and sends a Plot3DChangeEvent to all registered listeners.
setGridlineStrokeForRows(Stroke) - Method in class com.orsoncharts.plot.CategoryPlot3D
Sets the stroke used to draw the gridlines for the row axis, if they are visible, and sends a Plot3DChangeEvent to all registered listeners.
setGridlineStrokeForValues(Stroke) - Method in class com.orsoncharts.plot.CategoryPlot3D
Sets the stroke used to draw the grid lines for the value axis, if they are visible, and sends a Plot3DChangeEvent to all registered listeners.
setGridlineStrokeX(Stroke) - Method in class com.orsoncharts.plot.XYZPlot
Sets the stroke used to draw the gridlines for the x-axis, and sends a Plot3DChangeEvent to all registered listeners.
setGridlineStrokeY(Stroke) - Method in class com.orsoncharts.plot.XYZPlot
Sets the stroke used to draw the gridlines for the y-axis, and sends a Plot3DChangeEvent to all registered listeners.
setGridlineStrokeZ(Stroke) - Method in class com.orsoncharts.plot.XYZPlot
Sets the stroke used to draw the gridlines for the z-axis, and sends a Plot3DChangeEvent to all registered listeners.
setGridlinesVisibleForColumns(boolean) - Method in class com.orsoncharts.plot.CategoryPlot3D
Sets the flag that controls whether or not gridlines are shown for the column axis and sends a Plot3DChangeEvent to all registered listeners.
setGridlinesVisibleForRows(boolean) - Method in class com.orsoncharts.plot.CategoryPlot3D
Sets the flag that controls whether or not gridlines are shown for the row axis and sends a Plot3DChangeEvent to all registered listeners.
setGridlinesVisibleForValues(boolean) - Method in class com.orsoncharts.plot.CategoryPlot3D
Sets the flag that controls whether or not gridlines are shown for the value axis and sends a Plot3DChangeEvent to all registered listeners.
setGridlinesVisibleX(boolean) - Method in class com.orsoncharts.plot.XYZPlot
Sets the flag that controls whether or not gridlines are shown for the x-axis and sends a Plot3DChangeEvent to all registered listeners.
setGridlinesVisibleY(boolean) - Method in class com.orsoncharts.plot.XYZPlot
Sets the flag that controls whether or not gridlines are shown for the y-axis and sends a Plot3DChangeEvent to all registered listeners.
setGridlinesVisibleZ(boolean) - Method in class com.orsoncharts.plot.XYZPlot
Sets the flag that controls whether or not gridlines are shown for the z-axis and sends a Plot3DChangeEvent to all registered listeners.
setHeader(String) - Method in class com.orsoncharts.legend.StandardLegendBuilder
Sets the header text.
setHeaderAlignment(HAlign) - Method in class com.orsoncharts.legend.StandardLegendBuilder
Sets the header alignment.
setHGap(int) - Method in class com.orsoncharts.table.FlowElement
Sets the horizontal gap between elements.
setHorizontalAligment(HAlign) - Method in class com.orsoncharts.table.TextElement
Sets the horizontal alignment.
setHorizontalAlignment(HAlign) - Method in class com.orsoncharts.table.FlowElement
Sets the horizontal alignment.
setID(String) - Method in class com.orsoncharts.Chart3D
Sets the chart id.
setIgnoreFixedColorScale(boolean) - Method in class com.orsoncharts.legend.ColorScaleLegendBuilder
Sets the flag that controls whether or not a FixedColorScale will be ignored for the purposes of generating a legend.
setInsets(Insets) - Method in class com.orsoncharts.table.AbstractTableElement
Sets the insets.
setInverted(boolean) - Method in class com.orsoncharts.axis.AbstractValueAxis3D
Sets the flag that determines whether or not the order of values on the axis is inverted, and sends an Axis3DChangeEvent to all registered listeners.
setInverted(boolean) - Method in interface com.orsoncharts.axis.Axis3D
Sets the flag that determines whether or not the order of values on the axis is inverted, and sends an Axis3DChangeEvent to all registered listeners.
setInverted(boolean) - Method in class com.orsoncharts.axis.StandardCategoryAxis3D
Sets the flag that controls whether or not the axis inverts the order of the data items and sends an Axis3DChangeEvent to all registered listeners.
setIsolatedItemWidthPercent(double) - Method in class com.orsoncharts.renderer.category.LineRenderer3D
Sets the width for isolated data items as a percentage of the category width and sends a change event to all registered listeners.
setItemLabelBackgroundColor(Color) - Method in class com.orsoncharts.renderer.AbstractRenderer3D
Sets the background color and sends a change event to all registered listeners.
setItemLabelColor(Color) - Method in class com.orsoncharts.renderer.AbstractRenderer3D
Sets the foreground color used to display item labels and sends a change event to all registered listeners.
setItemLabelFont(Font) - Method in class com.orsoncharts.renderer.AbstractRenderer3D
Sets the font used to display item labels and sends a change event to all registered listeners.
setItemLabelGenerator(CategoryItemLabelGenerator) - Method in class com.orsoncharts.renderer.category.AbstractCategoryRenderer3D
Sets the item label generator for the renderer and sends a change event to all registered listeners.
setItemLabelGenerator(XYZItemLabelGenerator) - Method in class com.orsoncharts.renderer.xyz.AbstractXYZRenderer
Sets the item label generator and sends a change event to all registered listeners.
setItemLabelOffsetPercent(Offset3D) - Method in class com.orsoncharts.renderer.xyz.ScatterXYZRenderer
Sets the item label offsets and sends a change event to all registered listeners.
setItemLabelOffsets(Offset3D) - Method in class com.orsoncharts.renderer.category.AbstractCategoryRenderer3D
Sets the item label offsets and sends a change event to all registered listeners.
setItemLabelPositioning(ItemLabelPositioning) - Method in class com.orsoncharts.renderer.AbstractRenderer3D
Sets the item label positioning and sends a change event to all registered listeners.
setItemSelection(StandardKeyedValues3DItemSelection) - Method in class com.orsoncharts.label.StandardCategoryItemLabelGenerator
Sets the item selection (labels will be created by this generator only for data items that are contained in the collection).
setItemSelection(XYZDataItemSelection) - Method in class com.orsoncharts.label.StandardXYZItemLabelGenerator
Sets the item selection, which can be used to specify a subset of the data items that should have item labels generated.
setLabel(String) - Method in class com.orsoncharts.axis.AbstractAxis3D
Sets the axis label and sends an Axis3DChangeEvent to all registered listeners.
setLabel(String) - Method in class com.orsoncharts.graphics3d.LabelFace
Sets the label.
setLabel(String) - Method in class com.orsoncharts.marker.CategoryMarker
Sets the label and sends a change event to all registered listeners.
setLabel(String) - Method in class com.orsoncharts.marker.NumberMarker
Sets the label and sends a change event to all registered listeners.
setLabel(String) - Method in class com.orsoncharts.marker.RangeMarker
Sets the label and sends a change event to all registered listeners.
setLabelAnchor(Anchor2D) - Method in class com.orsoncharts.marker.CategoryMarker
Sets the anchor for the label and sends a change event to all registered listeners.
setLabelAnchor(Anchor2D) - Method in class com.orsoncharts.marker.MarkerData
Sets the label anchor.
setLabelAnchor(Anchor2D) - Method in class com.orsoncharts.marker.NumberMarker
Sets the anchor for the label and sends a change event to all registered listeners.
setLabelAnchor(Anchor2D) - Method in class com.orsoncharts.marker.RangeMarker
Sets the anchor for the label and sends a change event to all registered listeners.
setLabelColor(Color) - Method in class com.orsoncharts.axis.AbstractAxis3D
Sets the color used to draw the axis label and sends an Axis3DChangeEvent to all registered listeners.
setLabelColor(Color) - Method in interface com.orsoncharts.axis.Axis3D
Sets the color used to draw the axis label and sends an Axis3DChangeEvent to all registered listeners.
setLabelColor(Color) - Method in class com.orsoncharts.marker.CategoryMarker
Sets the label color and sends a change event to all registered listeners.
setLabelColor(Color) - Method in class com.orsoncharts.marker.NumberMarker
Sets the label color and sends a change event to all registered listeners.
setLabelColor(Color) - Method in class com.orsoncharts.marker.RangeMarker
Sets the label color and sends a change event to all registered listeners.
setLabelFont(Font) - Method in class com.orsoncharts.axis.AbstractAxis3D
Sets the font used to display the main axis label and sends an Axis3DChangeEvent to all registered listeners.
setLabelFont(Font) - Method in interface com.orsoncharts.axis.Axis3D
Sets the font for the axis label (the main label, not the tick labels) and sends an Axis3DChangeEvent to all registered listeners.
setLabelOffset(double) - Method in class com.orsoncharts.axis.AbstractAxis3D
Sets the offset between the tick labels and the axis label and sends an Axis3DChangeEvent to all registered listeners.
setLabelVertexIndex(int) - Method in class com.orsoncharts.marker.MarkerData
Sets the label vertex index.
setLastCategoryHalfWidth(boolean) - Method in class com.orsoncharts.axis.StandardCategoryAxis3D
Sets the flag that controls whether the last category on the axis occupies a full or half width, and sends an Axis3DChangeEvent to all registered listeners.
setLegendAnchor(Anchor2D) - Method in class com.orsoncharts.Chart3D
Sets the legend anchor and sends a Chart3DChangeEvent to all registered listeners.
setLegendBuilder(LegendBuilder) - Method in class com.orsoncharts.Chart3D
Sets the legend builder and sends a change event to all registered listeners.
setLegendFooterBackgroundColor(Color) - Method in class com.orsoncharts.style.StandardChartStyle
Sets the background color for the legend footer and sends a ChartStyleChangeEvent to all registered listeners.
setLegendFooterColor(Color) - Method in class com.orsoncharts.style.StandardChartStyle
Sets the foreground color for the legend footer and sends a ChartStyleChangeEvent to all registered listeners.
setLegendFooterFont(Font) - Method in class com.orsoncharts.style.StandardChartStyle
Sets the legend footer font and sends a ChartStyleChangeEvent to all registered listeners.
setLegendHeaderBackgroundColor(Color) - Method in class com.orsoncharts.style.StandardChartStyle
Sets the background color for the legend header and sends a ChartStyleChangeEvent to all registered listeners.
setLegendHeaderColor(Color) - Method in class com.orsoncharts.style.StandardChartStyle
Sets the foreground color for the legend header and sends a ChartStyleChangeEvent to all registered listeners.
setLegendHeaderFont(Font) - Method in class com.orsoncharts.style.StandardChartStyle
Sets the legend header font and sends a ChartStyleChangeEvent to all registered listeners.
setLegendItemBackgroundColor(Color) - Method in class com.orsoncharts.style.StandardChartStyle
Sets the background color for legend items and sends a ChartStyleChangeEvent to all registered listeners.
setLegendItemColor(Color) - Method in class com.orsoncharts.style.StandardChartStyle
Sets the foreground color used for legend item text and sends a ChartStyleChangeEvent to all registered listeners.
setLegendItemFont(Font) - Method in class com.orsoncharts.style.StandardChartStyle
Sets the legend item font and sends a ChartStyleChangeEvent to all registered listeners.
setLegendItemShape(Shape) - Method in class com.orsoncharts.style.StandardChartStyle
Sets the default shape for legend items and sends a ChartStyleChangeEvent to all registered listeners.
setLegendLabelGenerator(CategoryLabelGenerator) - Method in class com.orsoncharts.plot.CategoryPlot3D
Sets the legend label generator and sends a Plot3DChangeEvent to all registered listeners.
setLegendLabelGenerator(PieLabelGenerator) - Method in class com.orsoncharts.plot.PiePlot3D
Sets the object that creates legend labels for each section of the pie chart, and sends a Plot3DChangeEvent to all registered listeners.
setLegendLabelGenerator(XYZLabelGenerator) - Method in class com.orsoncharts.plot.XYZPlot
Sets the legend label generator and sends a Plot3DChangeEvent to all registered listeners.
setLegendOrientation(Orientation) - Method in class com.orsoncharts.Chart3D
Sets the legend orientation and sends a Chart3DChangeEvent to all registered listeners.
setLegendPosition(Anchor2D, Orientation) - Method in class com.orsoncharts.Chart3D
Sets the legend position (both the anchor point and the orientation) and sends a Chart3DChangeEvent to all registered listeners.
setLineColor(Color) - Method in class com.orsoncharts.axis.AbstractAxis3D
Sets the color used to draw the axis line and sends an Axis3DChangeEvent to all registered listeners.
setLineColor(Color) - Method in class com.orsoncharts.marker.CategoryMarker
Sets the line color for the marker and sends a change event to all registered listeners.
setLineColor(Color) - Method in class com.orsoncharts.marker.NumberMarker
Sets the color for the marker line and sends a change event to all registered listeners.
setLineHeight(double) - Method in class com.orsoncharts.renderer.category.LineRenderer3D
Sets the line height (in world units) and sends a Renderer3DChangeEvent to all registered listeners.
setLineStroke(Stroke) - Method in class com.orsoncharts.axis.AbstractAxis3D
Sets the stroke used to draw the axis line and sends an Axis3DChangeEvent to all registered listeners.
setLineStroke(Stroke) - Method in class com.orsoncharts.marker.CategoryMarker
Sets the line stroke and sends a change event to all registered listeners.
setLineStroke(Stroke) - Method in class com.orsoncharts.marker.NumberMarker
Sets the stroke for the marker line and sends a change event to all registered listeners.
setLineWidth(double) - Method in class com.orsoncharts.renderer.category.LineRenderer3D
Sets the line width (in world units) and sends a Renderer3DChangeEvent to all registered listeners.
setLocale(Locale) - Static method in class com.orsoncharts.Resources
Sets the locale to use for supplying resources.
setLowerMargin(double) - Method in class com.orsoncharts.axis.AbstractValueAxis3D
Sets the size of the lower margin that will be added by the auto-range calculation and sends an Axis3DChangeEvent to all registered listeners.
setLowerMargin(double) - Method in class com.orsoncharts.axis.StandardCategoryAxis3D
Sets the margin to leave at the lower end of the axis and sends an Axis3DChangeEvent to all registered listeners.
setMargin(double) - Method in class com.orsoncharts.graphics3d.swing.Panel3D
Sets the margin that controls the amount of space to leave around the edges of the 3D content when the zoomToFit() method is called.
setMarker(String, ValueMarker) - Method in class com.orsoncharts.axis.AbstractValueAxis3D
Sets the marker for the specified key and sends a change event to all registered listeners.
setMarker(String, CategoryMarker) - Method in class com.orsoncharts.axis.StandardCategoryAxis3D
Sets the marker for the specified key and sends a change event to all registered listeners.
setMarkerFillColor(Color) - Method in class com.orsoncharts.style.StandardChartStyle
Sets the marker fill color and sends a change event to all registered listeners.
setMarkerLabelColor(Color) - Method in class com.orsoncharts.style.StandardChartStyle
Sets the color for the marker labels and sends a change event to all registered listeners.
setMarkerLabelFont(Font) - Method in class com.orsoncharts.style.StandardChartStyle
Sets the marker label font and sends a change event to all registered listeners.
setMarkerLineColor(Color) - Method in class com.orsoncharts.style.StandardChartStyle
Sets the marker line color and sends a change event to all registered listeners.
setMarkerLineStroke(Stroke) - Method in class com.orsoncharts.style.StandardChartStyle
Sets the stroke for the marker lines and sends a change event to all registered listeners.
setMaxTickLabelLevels(int) - Method in class com.orsoncharts.axis.StandardCategoryAxis3D
Sets the maximum number of offset levels for the category labels on the axis and sends a change event to all registered listeners.
setMaxViewingDistanceMultiplier(double) - Method in class com.orsoncharts.graphics3d.swing.Panel3D
Sets the multiplier used to calculate the maximum viewing distance.
setMinAutoRangeLength(double) - Method in class com.orsoncharts.axis.AbstractValueAxis3D
Sets the minimum length for the axis range when it is auto-calculated and sends a change event to all registered listeners.
setNotify(boolean) - Method in class com.orsoncharts.Chart3D
Sets a flag that controls whether or not listeners receive Chart3DChangeEvent notifications.
setNotify(boolean) - Method in class com.orsoncharts.data.AbstractDataset3D
Sets a flag that controls whether or not listeners receive Dataset3DChangeEvent notifications.
setNotify(boolean) - Method in class com.orsoncharts.data.xyz.XYZSeries
Sets the flag that controls whether or not change events are sent to registered listeners.
setNotify(boolean) - Method in class com.orsoncharts.plot.AbstractPlot3D
Sets a flag that controls whether or not listeners receive Plot3DChangeEvent notifications.
setNotify(boolean) - Method in class com.orsoncharts.renderer.AbstractRenderer3D
Sets a flag that controls whether or not listeners receive Renderer3DChangeEvent notifications.
setNotify(boolean) - Method in class com.orsoncharts.style.StandardChartStyle
Sets a flag that controls whether or not listeners receive ChartStyleChangeEvent notifications.
setOffset(int) - Method in class com.orsoncharts.graphics3d.Face
Sets the offset to add to the vertex indices.
setOutline(boolean) - Method in class com.orsoncharts.graphics3d.Object3D
Sets the outline flag.
setPanIncrement(double) - Method in class com.orsoncharts.graphics3d.swing.Panel3D
Sets the standard increment for panning left and right (a rotation specified in radians).
setPlot(CategoryPlot3D) - Method in class com.orsoncharts.renderer.category.AbstractCategoryRenderer3D
Sets the plot that the renderer is assigned to.
setPlot(CategoryPlot3D) - Method in interface com.orsoncharts.renderer.category.CategoryRenderer3D
Sets the plot that the renderer is assigned to.
setPlot(XYZPlot) - Method in class com.orsoncharts.renderer.xyz.AbstractXYZRenderer
Sets the plot that the renderer is assigned to.
setPlot(XYZPlot) - Method in interface com.orsoncharts.renderer.xyz.XYZRenderer
Sets the plot that the renderer is assigned to.
setPosition(int) - Method in exception com.orsoncharts.util.json.parser.ParseException
 
setProjDistance(double) - Method in class com.orsoncharts.Chart3D
Sets the projection distance and sends a change event to all registered listeners.
setProjDistance(double) - Method in class com.orsoncharts.graphics3d.DefaultDrawable3D
Sets the projection distance.
setProjDistance(double) - Method in interface com.orsoncharts.graphics3d.Drawable3D
Sets the projection distance.
setProperty(String, Object) - Method in class com.orsoncharts.graphics3d.Object3D
Sets the value of a property, overwriting any existing value.
setProperty(String, Object) - Method in class com.orsoncharts.graphics3d.RenderedElement
Sets the value for a property.
setProperty(String, Object) - Method in class com.orsoncharts.table.AbstractTableElement
Sets the value of the property with the specified key.
setProperty(String, Object) - Method in interface com.orsoncharts.table.TableElement
Sets the value of the property with the specified key.
setRadius(double) - Method in class com.orsoncharts.plot.PiePlot3D
Sets the radius of the pie chart and sends a change event to all registered listeners.
setRange(Range) - Method in class com.orsoncharts.axis.AbstractValueAxis3D
Sets the axis range (bounds) and sends an Axis3DChangeEvent to all registered listeners.
setRange(double, double) - Method in class com.orsoncharts.axis.AbstractValueAxis3D
Sets the axis range and sends an Axis3DChangeEvent to all registered listeners.
setRange(Range) - Method in interface com.orsoncharts.axis.Axis3D
Sets the axis range and sends an Axis3DChangeEvent to all registered listeners.
setRange(double, double) - Method in interface com.orsoncharts.axis.Axis3D
Sets the axis range and sends an Axis3DChangeEvent to all registered listeners.
setRange(Range) - Method in class com.orsoncharts.axis.LogAxis3D
Sets the range for the axis.
setRange(double, double) - Method in class com.orsoncharts.axis.LogAxis3D
Sets the range for the axis.
setRange(double, double) - Method in class com.orsoncharts.axis.StandardCategoryAxis3D
Sets the range for the axis and sends an Axis3DChangeEvent to all registered listeners.
setRange(Range) - Method in class com.orsoncharts.axis.StandardCategoryAxis3D
Sets the range for the axis and sends an Axis3DChangeEvent to all registered listeners.
setRefPoint(RefPt2D) - Method in class com.orsoncharts.table.AbstractTableElement
Sets the reference point.
setRenderer(CategoryRenderer3D) - Method in class com.orsoncharts.plot.CategoryPlot3D
Sets the renderer and sends a change event to all registered listeners.
setRenderer(XYZRenderer) - Method in class com.orsoncharts.plot.XYZPlot
Sets the renderer for the plot and sends a Plot3DChangeEvent to all registered listeners.
setRenderingHints(RenderingHints) - Method in class com.orsoncharts.Chart3D
Sets the rendering hints for the chart.
setRho(double) - Method in class com.orsoncharts.graphics3d.ViewPoint3D
Sets the distance of the viewing point from the origin.
setRollIncrement(double) - Method in class com.orsoncharts.graphics3d.swing.Panel3D
Sets the roll increment in radians.
setRotateIncrement(double) - Method in class com.orsoncharts.graphics3d.swing.Panel3D
Sets the vertical (up and down) rotation increment (in radians).
setRowAlignment(HAlign) - Method in class com.orsoncharts.legend.StandardLegendBuilder
Sets the row alignment (to override the default alignment that is derived from the legend anchor point).
setRowAxis(CategoryAxis3D) - Method in class com.orsoncharts.plot.CategoryPlot3D
Sets the row axis and sends a Plot3DChangeEvent to all registered listeners.
setSectionColors(Color...) - Method in class com.orsoncharts.plot.PiePlot3D
Sets a new color source for the plot using the specified colors and sends a Plot3DChangeEvent to all registered listeners.
setSectionColorSource(ColorSource) - Method in class com.orsoncharts.plot.PiePlot3D
Sets the color source and sends a Plot3DChangeEvent to all registered listeners.
setSectionLabelColor(Color) - Method in class com.orsoncharts.style.StandardChartStyle
Sets the color used for the pie section labels and sends a ChartStyleChangeEvent to all registered listeners.
setSectionLabelColorSource(ColorSource) - Method in class com.orsoncharts.plot.PiePlot3D
Sets the color source for the section labels and sends a Plot3DChangeEvent to all registered listeners.
setSectionLabelFont(Font) - Method in class com.orsoncharts.style.StandardChartStyle
Sets the font used for the pie section labels and sends a ChartStyleChangeEvent to all registered listeners.
setSectionLabelFontSource(FontSource) - Method in class com.orsoncharts.plot.PiePlot3D
Sets the font source and sends a Plot3DChangeEvent to all registered listeners.
setSectionLabelGenerator(PieLabelGenerator) - Method in class com.orsoncharts.plot.PiePlot3D
Sets the object that creates labels for each section of the pie chart, and sends a Plot3DChangeEvent to all registered listeners.
setSegmentCount(int) - Method in class com.orsoncharts.plot.PiePlot3D
Sets the number of segments used when composing the pie chart and sends a Plot3DChangeEvent to all registered listeners.
setSize(double) - Method in class com.orsoncharts.renderer.xyz.ScatterXYZRenderer
Sets the size (in world units) of the cubes used to represent each data item and sends a Renderer3DChangeEvent to all registered listeners.
setSize(double, double) - Method in class com.orsoncharts.table.ElementDimension
Sets the size.
setSmallestValue(double) - Method in class com.orsoncharts.axis.LogAxis3D
Sets the smallest positive data value that will be represented on the axis and sends an Axis3DChangeEvent to all registered listeners.
setStandardColors(Color...) - Method in class com.orsoncharts.style.StandardChartStyle
Sets the standard colors for the chart and sends a ChartStyleChangeEvent to all registered listeners.
setStartPoint(Point2D) - Method in class com.orsoncharts.marker.MarkerLine
Sets the projected starting point for the line.
setStyle(ChartStyle) - Method in class com.orsoncharts.Chart3D
Sets (and applies) the specified chart style.
setSubtitleBackgroundColor(Color) - Method in class com.orsoncharts.style.StandardChartStyle
Sets the background color for the chart subtitle and sends a change event to all registered listeners.
setSubtitleColor(Color) - Method in class com.orsoncharts.style.StandardChartStyle
Sets the color for the chart subtitle and sends a change event to all registered listeners.
setSubtitleFont(Font) - Method in class com.orsoncharts.style.StandardChartStyle
Sets the font used for the chart subtitle and sends a ChartStyleChangeEvent to all registered listeners.
setSunSource(double, double, double) - Method in class com.orsoncharts.graphics3d.World
Sets the light source point.
setSunSource(Point3D) - Method in class com.orsoncharts.graphics3d.World
Sets the light source point.
setTag(String) - Method in class com.orsoncharts.table.AbstractTableElement
Sets the tag.
setTextColor(Color) - Method in class com.orsoncharts.graphics3d.LabelFace
Sets the foreground color for the label text.
setTickLabelColor(Color) - Method in class com.orsoncharts.axis.AbstractAxis3D
Sets the foreground color for the tick labels and sends an Axis3DChangeEvent to all registered listeners.
setTickLabelColor(Color) - Method in interface com.orsoncharts.axis.Axis3D
Sets the color used to draw the axis tick labels and sends an Axis3DChangeEvent to all registered listeners.
setTickLabelFactor(double) - Method in class com.orsoncharts.axis.AbstractValueAxis3D
Sets the tick label factor and sends an Axis3DChangeEvent to all registered listeners.
setTickLabelFactor(double) - Method in class com.orsoncharts.axis.StandardCategoryAxis3D
Sets the tick label factor and sends a change event to all registered listeners.
setTickLabelFont(Font) - Method in class com.orsoncharts.axis.AbstractAxis3D
Sets the font used to display tick labels and sends an Axis3DChangeEvent to all registered listeners.
setTickLabelFont(Font) - Method in interface com.orsoncharts.axis.Axis3D
Sets the font for the tick labels and sends an Axis3DChangeEvent to all registered listeners.
setTickLabelFormatter(Format) - Method in class com.orsoncharts.axis.LogAxis3D
Sets the formatter for the tick labels and sends an Axis3DChangeEvent to all registered listeners.
setTickLabelFormatter(Format) - Method in class com.orsoncharts.axis.NumberAxis3D
Sets the formatter for the tick labels and sends an Axis3DChangeEvent to all registered listeners.
setTickLabelGenerator(CategoryLabelGenerator) - Method in class com.orsoncharts.axis.StandardCategoryAxis3D
Sets the tick label generator for the axis and sends a change event to all registered listeners.
setTickLabelOffset(double) - Method in class com.orsoncharts.axis.AbstractValueAxis3D
Sets the tick label offset and sends an Axis3DChangeEvent to all registered listeners.
setTickLabelOffset(double) - Method in class com.orsoncharts.axis.StandardCategoryAxis3D
Sets the offset between the tick marks and the tick labels and sends a Axis3DChangeEvent to all registered listeners.
setTickLabelOrientation(LabelOrientation) - Method in class com.orsoncharts.axis.AbstractValueAxis3D
Sets the orientation for the tick labels and sends a change event to all registered listeners.
setTickLabelOrientation(LabelOrientation) - Method in class com.orsoncharts.axis.StandardCategoryAxis3D
Sets the orientation for the tick labels and sends a change event to all registered listeners.
setTickLabelsVisible(boolean) - Method in class com.orsoncharts.axis.AbstractAxis3D
Sets the flag that controls whether or not the tick labels are drawn, and sends a change event to all registered listeners.
setTickMarkLength(double) - Method in class com.orsoncharts.axis.AbstractValueAxis3D
Sets the length of the tick marks and sends an Axis3DChangeEvent to all registered listeners.
setTickMarkLength(double) - Method in class com.orsoncharts.axis.StandardCategoryAxis3D
Sets the tick mark length (in Java2D units) and sends an Axis3DChangeEvent to all registered listeners.
setTickMarkPaint(Paint) - Method in class com.orsoncharts.axis.AbstractValueAxis3D
Sets the paint used to draw the tick marks and sends an Axis3DChangeEvent to all registered listeners.
setTickMarkPaint(Paint) - Method in class com.orsoncharts.axis.StandardCategoryAxis3D
Sets the paint used to draw the tick marks and sends an Axis3DChangeEvent to all registered listeners.
setTickMarkStroke(Stroke) - Method in class com.orsoncharts.axis.AbstractValueAxis3D
Sets the stroke used to draw the tick marks and sends an Axis3DChangeEvent to all registered listeners.
setTickMarkStroke(Stroke) - Method in class com.orsoncharts.axis.StandardCategoryAxis3D
Sets the stroke used to draw the tick marks and sends an Axis3DChangeEvent to all registered listeners.
setTickSelector(TickSelector) - Method in class com.orsoncharts.axis.LogAxis3D
Sets the tick selector and sends an Axis3DChangeEvent to all registered listeners.
setTickSelector(TickSelector) - Method in class com.orsoncharts.axis.NumberAxis3D
Sets the tick selector and sends an Axis3DChangeEvent to all registered listeners.
setTickSize(double) - Method in class com.orsoncharts.axis.LogAxis3D
Sets the tick size and sends an Axis3DChangeEvent to all registered listeners.
setTickSize(double) - Method in class com.orsoncharts.axis.NumberAxis3D
Sets the tick size and sends an Axis3DChangeEvent to all registered listeners.
setTitle(String) - Method in class com.orsoncharts.Chart3D
Sets the chart title and sends a Chart3DChangeEvent to all registered listeners.
setTitle(String, Font, Color) - Method in class com.orsoncharts.Chart3D
Sets the chart title and sends a Chart3DChangeEvent to all registered listeners.
setTitle(TableElement) - Method in class com.orsoncharts.Chart3D
Sets the chart title and sends a Chart3DChangeEvent to all registered listeners.
setTitleAnchor(Anchor2D) - Method in class com.orsoncharts.Chart3D
Sets the title anchor and sends a Chart3DChangeEvent to all registered listeners.
setTitleBackgroundColor(Color) - Method in class com.orsoncharts.style.StandardChartStyle
Sets the background color for the title and sends a change event to all registered listeners.
setTitleColor(Color) - Method in class com.orsoncharts.style.StandardChartStyle
Sets the foreground color for the chart title and sends a change event to all registered listeners.
setTitleFont(Font) - Method in class com.orsoncharts.style.StandardChartStyle
Sets the font used for the chart title and sends a ChartStyleChangeEvent to all registered listeners.
setToolTipGenerator(CategoryItemLabelGenerator) - Method in class com.orsoncharts.plot.CategoryPlot3D
Sets the tool tip generator and sends a Plot3DChangeEvent to all registered listeners.
setToolTipGenerator(PieLabelGenerator) - Method in class com.orsoncharts.plot.PiePlot3D
Sets the tool tip generator and sends a change event to all registered listeners.
setTopColorSource(CategoryColorSource) - Method in class com.orsoncharts.renderer.category.BarRenderer3D
Sets the object used to fetch the color for the top of bars where the top of the bar is "cropped", and sends a Renderer3DChangeEvent to all registered listeners.
setTopColorSource(XYZColorSource) - Method in class com.orsoncharts.renderer.xyz.BarXYZRenderer
Sets the object used to fetch the color for the top of bars where the top of the bar is "cropped", and sends a Renderer3DChangeEvent to all registered listeners.
setTranslate2D(Offset2D) - Method in class com.orsoncharts.Chart3D
Sets the offset in 2D-space for the rendering of the chart and sends a change event to all registered listeners.
setTranslate2D(Offset2D) - Method in class com.orsoncharts.graphics3d.DefaultDrawable3D
 
setTranslate2D(Offset2D) - Method in interface com.orsoncharts.graphics3d.Drawable3D
Sets the translation offset.
setType(CategoryMarkerType) - Method in class com.orsoncharts.marker.CategoryMarker
Sets the marker type and sends a change event to all registered listeners.
setUnexpectedObject(Object) - Method in exception com.orsoncharts.util.json.parser.ParseException
 
setUpperMargin(double) - Method in class com.orsoncharts.axis.AbstractValueAxis3D
Sets the size of the upper margin that will be added by the auto-range calculation and sends an Axis3DChangeEvent to all registered listeners.
setUpperMargin(double) - Method in class com.orsoncharts.axis.StandardCategoryAxis3D
Sets the margin to leave at the upper end of the axis and sends an Axis3DChangeEvent to all registered listeners.
setV0(int) - Method in class com.orsoncharts.marker.MarkerLine
Sets the index of the vertex for the start of the line.
setV1(int) - Method in class com.orsoncharts.marker.MarkerLine
Sets the index of the vertex for the end of the line.
setValue(Number, S, R, C) - Method in class com.orsoncharts.data.category.StandardCategoryDataset3D
Sets the value for a series at the specified cell (referenced by row key and column key).
setValue(T) - Method in class com.orsoncharts.data.DefaultKeyedValue
Sets the value.
setValue(T, R, C) - Method in class com.orsoncharts.data.DefaultKeyedValues2D
Sets a value for one cell in the table.
setValue(V, S, R, C) - Method in class com.orsoncharts.data.DefaultKeyedValues3D
Sets the value for an item in a series, overwriting any existing value.
setValue(double) - Method in class com.orsoncharts.marker.NumberMarker
Sets the value for the marker and sends a change event to all registered listeners.
setValueAxis(ValueAxis3D) - Method in class com.orsoncharts.plot.CategoryPlot3D
Sets the value axis and sends a Plot3DChangeEvent to all registered listeners.
setVertexIndex(int) - Method in class com.orsoncharts.axis.TickData
Sets the vertex index.
setVerticalAlignment(VAlign) - Method in class com.orsoncharts.table.VerticalFlowElement
Sets the vertical alignment of elements within columns,
setVGap(int) - Method in class com.orsoncharts.table.VerticalFlowElement
Sets the vertical gap between elements.
setViewPoint(ViewPoint3D) - Method in class com.orsoncharts.Chart3D
Sets the view point.
setViewPoint(ViewPoint3D) - Method in class com.orsoncharts.graphics3d.DefaultDrawable3D
Sets the view point.
setViewPoint(ViewPoint3D) - Method in interface com.orsoncharts.graphics3d.Drawable3D
Sets a new view point.
setViewPoint(ViewPoint3D) - Method in class com.orsoncharts.graphics3d.swing.Panel3D
Sets a new view point and repaints the panel.
setVisible(boolean) - Method in class com.orsoncharts.axis.AbstractAxis3D
Sets the flag that determines whether or not the axis is drawn on the chart and sends an Axis3DChangeEvent to all registered listeners.
setVisible(boolean) - Method in interface com.orsoncharts.axis.Axis3D
Sets the flag that determines whether or not the axis is drawn on the chart and sends an Axis3DChangeEvent to all registered listeners.
setXAxis(ValueAxis3D) - Method in class com.orsoncharts.plot.XYZPlot
Sets the x-axis and sends a Plot3DChangeEvent to all registered listeners.
setXAxisGridlinesVisible(boolean) - Method in class com.orsoncharts.style.StandardChartStyle
Sets the flag that controls whether or not gridlines are drawn for the x-axis and sends a ChartStyleChangeEvent to all registered listeners.
setXMarkers(List<MarkerData>) - Method in class com.orsoncharts.ChartBox3D
Sets the list of marker data items for the x-axis.
setXSamples(int) - Method in class com.orsoncharts.renderer.xyz.SurfaceRenderer
Sets the number of samples the renderer will take along the x-axis when plotting the function and sends a Renderer3DChangeEvent to all registered listeners.
setXTicks(List<TickData>) - Method in class com.orsoncharts.ChartBox3D
Sets the list of tick data items for the x-axis.
setYAxis(ValueAxis3D) - Method in class com.orsoncharts.plot.XYZPlot
Sets the y-axis and sends a Plot3DChangeEvent to all registered listeners.
setYAxisGridlinesVisible(boolean) - Method in class com.orsoncharts.style.StandardChartStyle
Sets the flag that controls whether or not gridlines are drawn for the y-axis and sends a ChartStyleChangeEvent to all registered listeners.
setYDimensionOverride(Double) - Method in class com.orsoncharts.plot.CategoryPlot3D
Sets the y-dimension override and, if the autoAdjustDimensions flag is set, recalculates the dimensions and sends a Plot3DChangeEvent to all registered listeners.
setYMarkers(List<MarkerData>) - Method in class com.orsoncharts.ChartBox3D
Sets the list of marker data items for the y-axis.
setYTicks(List<TickData>) - Method in class com.orsoncharts.ChartBox3D
Sets the list of tick data items for the y-axis.
setZAxis(ValueAxis3D) - Method in class com.orsoncharts.plot.XYZPlot
Sets the z-axis and sends a Plot3DChangeEvent to all registered listeners.
setZAxisGridlinesVisible(boolean) - Method in class com.orsoncharts.style.StandardChartStyle
Sets the flag that controls whether or not gridlines are drawn for the z-axis and sends a ChartStyleChangeEvent to all registered listeners.
setZMarkers(List<MarkerData>) - Method in class com.orsoncharts.ChartBox3D
Sets the list of marker data items for the x-axis.
setZoomMultiplier(double) - Method in class com.orsoncharts.graphics3d.swing.ZoomInAction
Sets the zoom multiplier (the current viewing distance is multiplied by this factor to determine the new viewing distance).
setZoomMultiplier(double) - Method in class com.orsoncharts.graphics3d.swing.ZoomOutAction
Sets the zoom multiplier (the current viewing distance is multiplied by this factor to determine the new viewing distance).
setZSamples(int) - Method in class com.orsoncharts.renderer.xyz.SurfaceRenderer
Sets the number of samples the renderer will take along the z-axis when plotting the function and sends a Renderer3DChangeEvent to all registered listeners.
setZTicks(List<TickData>) - Method in class com.orsoncharts.ChartBox3D
Sets the list of tick data items for the z-axis.
ShapeElement - Class in com.orsoncharts.table
A table element that displays a shape.
ShapeElement(Shape, Color) - Constructor for class com.orsoncharts.table.ShapeElement
Creates a new shape element.
sort(List<Face>, Point3D[]) - Method in interface com.orsoncharts.graphics3d.FaceSorter
Returns a list of faces in the order that they should be painted.
sort(List<Face>, Point3D[]) - Method in class com.orsoncharts.graphics3d.StandardFaceSorter
 
spans(double, double, double) - Static method in class com.orsoncharts.graphics3d.Utils2D
Returns true if the specified value is spanned by the two bounds, and false otherwise.
StackedBarRenderer3D - Class in com.orsoncharts.renderer.category
A renderer that can be used with the CategoryPlot3D class to create 3D stacked bar charts from data in a CategoryDataset3D.
StackedBarRenderer3D() - Constructor for class com.orsoncharts.renderer.category.StackedBarRenderer3D
Creates a default constructor.
stackSubTotal(Values3D<? extends Number>, double, int, int, int) - Static method in class com.orsoncharts.data.DataUtils
Returns the positive and negative subtotals of the values for all the series preceding the specified series.
StandardCategoryAxis3D - Class in com.orsoncharts.axis
An axis that displays categories.
StandardCategoryAxis3D() - Constructor for class com.orsoncharts.axis.StandardCategoryAxis3D
Default constructor.
StandardCategoryAxis3D(String) - Constructor for class com.orsoncharts.axis.StandardCategoryAxis3D
Creates a new axis with the specified label.
StandardCategoryColorSource - Class in com.orsoncharts.renderer.category
A standard implementation of the CategoryColorSource interface.
StandardCategoryColorSource() - Constructor for class com.orsoncharts.renderer.category.StandardCategoryColorSource
Creates a new instance with default colors.
StandardCategoryColorSource(Color...) - Constructor for class com.orsoncharts.renderer.category.StandardCategoryColorSource
Creates a new instance with the supplied sequence of colors.
StandardCategoryDataset3D<S extends java.lang.Comparable<S>,R extends java.lang.Comparable<R>,C extends java.lang.Comparable<C>> - Class in com.orsoncharts.data.category
A standard implementation of the CategoryDataset3D interface.
StandardCategoryDataset3D() - Constructor for class com.orsoncharts.data.category.StandardCategoryDataset3D
Creates a new (empty) dataset.
StandardCategoryItemLabelGenerator - Class in com.orsoncharts.label
A default implementation of the CategoryItemLabelGenerator interface.
StandardCategoryItemLabelGenerator() - Constructor for class com.orsoncharts.label.StandardCategoryItemLabelGenerator
The default constructor.
StandardCategoryItemLabelGenerator(String) - Constructor for class com.orsoncharts.label.StandardCategoryItemLabelGenerator
Creates a new instance with the specified template string (which will be passed to a java.util.Formatter instance when generating labels).
StandardCategoryLabelGenerator<S extends java.lang.Comparable<S>,R extends java.lang.Comparable<R>,C extends java.lang.Comparable<C>> - Class in com.orsoncharts.label
A default implementation of the CategoryLabelGenerator interface.
StandardCategoryLabelGenerator() - Constructor for class com.orsoncharts.label.StandardCategoryLabelGenerator
The default constructor.
StandardCategoryLabelGenerator(String) - Constructor for class com.orsoncharts.label.StandardCategoryLabelGenerator
Creates a new instance with the specified template string (which will be passed to a java.util.Formatter instance when generating labels).
StandardChartStyle - Class in com.orsoncharts.style
A standard implementation of the ChartStyle interface.
StandardChartStyle() - Constructor for class com.orsoncharts.style.StandardChartStyle
Creates a new instance with default attributes.
StandardChartStyle(StandardChartStyle) - Constructor for class com.orsoncharts.style.StandardChartStyle
A copy constructor that creates a new style that is a copy of an existing style (note that the existing style listeners are not copied).
StandardColorSource<K extends java.lang.Comparable<K>> - Class in com.orsoncharts.plot
A standard implementation of the ColorSource interface.
StandardColorSource() - Constructor for class com.orsoncharts.plot.StandardColorSource
Creates a new instance with default colors.
StandardColorSource(Color...) - Constructor for class com.orsoncharts.plot.StandardColorSource
Creates a new instance with the supplied sequence of colors.
StandardFaceSorter - Class in com.orsoncharts.graphics3d
A face sorter that orders the faces by z-value.
StandardFaceSorter() - Constructor for class com.orsoncharts.graphics3d.StandardFaceSorter
Creates a new instance.
StandardFontSource<K extends java.lang.Comparable<K>> - Class in com.orsoncharts.plot
A standard implementation of the FontSource interface.
StandardFontSource() - Constructor for class com.orsoncharts.plot.StandardFontSource
Creates a new instance with default fonts.
StandardFontSource(Font) - Constructor for class com.orsoncharts.plot.StandardFontSource
Creates a new font source with the specified default font.
StandardKeyedValues3DItemSelection - Class in com.orsoncharts.interaction
An object that tracks selected items from a KeyedValues3D dataset.
StandardKeyedValues3DItemSelection() - Constructor for class com.orsoncharts.interaction.StandardKeyedValues3DItemSelection
Creates a new item selection instance, initially with no selections.
StandardLegendBuilder - Class in com.orsoncharts.legend
The standard legend builder, which creates a simple legend with a flow layout and optional header and footer text.
StandardLegendBuilder() - Constructor for class com.orsoncharts.legend.StandardLegendBuilder
Creates a builder for a simple legend with no header and no footer.
StandardLegendBuilder(String, String) - Constructor for class com.orsoncharts.legend.StandardLegendBuilder
Creates a builder for a simple legend with the specified header and/or footer.
StandardLegendItemInfo - Class in com.orsoncharts.legend
A standard implementation of the LegendItemInfo interface.
StandardLegendItemInfo(Comparable<?>, String, Color) - Constructor for class com.orsoncharts.legend.StandardLegendItemInfo
Creates a new instance.
StandardLegendItemInfo(Comparable<?>, String, String, Color, Shape) - Constructor for class com.orsoncharts.legend.StandardLegendItemInfo
Creates a new instance with the specified attributes.
StandardPieDataset3D<K extends java.lang.Comparable<K>> - Class in com.orsoncharts.data
A dataset that can be used with a PiePlot3D.
StandardPieDataset3D() - Constructor for class com.orsoncharts.data.StandardPieDataset3D
Creates a new (empty) dataset.
StandardPieLabelGenerator - Class in com.orsoncharts.label
A default implementation of the PieLabelGenerator interface.
StandardPieLabelGenerator() - Constructor for class com.orsoncharts.label.StandardPieLabelGenerator
The default constructor, uses StandardPieLabelGenerator.DEFAULT_TEMPLATE for the template string.
StandardPieLabelGenerator(String) - Constructor for class com.orsoncharts.label.StandardPieLabelGenerator
Creates a new instance with the specified template string (which will be passed to a java.util.Formatter instance when generating labels).
StandardRectanglePainter - Class in com.orsoncharts.table
A RectanglePainter that fills the rectangle with a color or image.
StandardRectanglePainter(Paint) - Constructor for class com.orsoncharts.table.StandardRectanglePainter
Creates a new painter that will fill a rectangle with the specified paint.
StandardRectanglePainter(Paint, Image, Fit2D) - Constructor for class com.orsoncharts.table.StandardRectanglePainter
Creates a new painter that will draw an image within the specified rectangle.
StandardXYZColorSource - Class in com.orsoncharts.renderer.xyz
A standard implementation of the XYZColorSource interface.
StandardXYZColorSource() - Constructor for class com.orsoncharts.renderer.xyz.StandardXYZColorSource
Creates a new instance with default colors.
StandardXYZColorSource(Color...) - Constructor for class com.orsoncharts.renderer.xyz.StandardXYZColorSource
Creates a new instance with the supplied sequence of colors.
StandardXYZDataItemSelection<S> - Class in com.orsoncharts.interaction
An object that tracks selected items from an XYZDataset.
StandardXYZDataItemSelection() - Constructor for class com.orsoncharts.interaction.StandardXYZDataItemSelection
Creates a new (empty) selection.
StandardXYZItemLabelGenerator - Class in com.orsoncharts.label
A default implementation of the XYZItemLabelGenerator interface.
StandardXYZItemLabelGenerator() - Constructor for class com.orsoncharts.label.StandardXYZItemLabelGenerator
The default constructor.
StandardXYZItemLabelGenerator(String) - Constructor for class com.orsoncharts.label.StandardXYZItemLabelGenerator
Creates a new instance with the specified label template.
StandardXYZLabelGenerator - Class in com.orsoncharts.label
A default implementation of the XYZLabelGenerator interface.
StandardXYZLabelGenerator() - Constructor for class com.orsoncharts.label.StandardXYZLabelGenerator
The default constructor.
StandardXYZLabelGenerator(String) - Constructor for class com.orsoncharts.label.StandardXYZLabelGenerator
Creates a new instance with the specified label template.
startArray() - Method in interface com.orsoncharts.util.json.parser.ContentHandler
Receive notification of the beginning of a JSON array.
startJSON() - Method in interface com.orsoncharts.util.json.parser.ContentHandler
Receive notification of the beginning of JSON processing.
startObject() - Method in interface com.orsoncharts.util.json.parser.ContentHandler
Receive notification of the beginning of a JSON object.
startObjectEntry(String) - Method in interface com.orsoncharts.util.json.parser.ContentHandler
Receive notification of the beginning of a JSON object entry.
style(Color...) - Method in interface com.orsoncharts.plot.ColorSource
Restyles the source using the specified colors.
style(Font) - Method in interface com.orsoncharts.plot.FontSource
Restyles the source using the specified font.
style(Color...) - Method in class com.orsoncharts.plot.StandardColorSource
Clears existing color settings and sets the default colors to the supplied value.
style(Font) - Method in class com.orsoncharts.plot.StandardFontSource
Clears existing font settings and sets the default font to the supplied value.
style(Color...) - Method in interface com.orsoncharts.renderer.category.CategoryColorSource
Restyles the source using the specified colors.
style(Color...) - Method in class com.orsoncharts.renderer.category.StandardCategoryColorSource
Restyles the source using the specified colors.
style(Color...) - Method in class com.orsoncharts.renderer.xyz.StandardXYZColorSource
Restyles the source using the specified colors.
style(Color...) - Method in interface com.orsoncharts.renderer.xyz.XYZColorSource
Restyles the source using the specified colors.
styleAxis(Axis3D) - Method in class com.orsoncharts.style.ChartStyler
Applies the current style to the axis.
styleCategoryAxis(CategoryAxis3D) - Method in class com.orsoncharts.style.ChartStyler
 
styleCategoryRenderer3D(CategoryRenderer3D) - Method in class com.orsoncharts.style.ChartStyler
 
styleChanged(ChartStyleChangeEvent) - Method in class com.orsoncharts.Chart3D
 
styleChanged(ChartStyleChangeEvent) - Method in interface com.orsoncharts.style.ChartStyleChangeListener
Called to inform that a chart change event has occurred.
styleChart(Chart3D) - Method in class com.orsoncharts.style.ChartStyler
Applies the current style to a chart.
styleMarker(Marker) - Method in class com.orsoncharts.style.ChartStyler
 
stylePlot(Plot3D) - Method in class com.orsoncharts.style.ChartStyler
Applies the current style to the plot.
styleRenderer(Renderer3D) - Method in class com.orsoncharts.style.ChartStyler
 
styleValueAxis(ValueAxis3D) - Method in class com.orsoncharts.style.ChartStyler
 
styleXYZRenderer(XYZRenderer) - Method in class com.orsoncharts.style.ChartStyler
 
SurfaceRenderer - Class in com.orsoncharts.renderer.xyz
A renderer that plots a surface based on a function (any implementation of Function3D).
SurfaceRenderer(Function3D) - Constructor for class com.orsoncharts.renderer.xyz.SurfaceRenderer
Creates a new renderer for the specified function.
A B C D E F G H I J K L M N O P R S T U V W X Y Z 
Skip navigation links