com.xj.anylogic.engine.analysis
Class Chart2DPlot.Appearance
java.lang.Object
com.xj.anylogic.engine.internal.CSVProperties
com.xj.anylogic.engine.analysis.Chart2DPlot.Appearance
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- Chart2DPlot
public static class Chart2DPlot.Appearance
- extends com.xj.anylogic.engine.internal.CSVProperties
- implements java.io.Serializable
Descriptor or a data set plot appearance. Defines the line and point
properties.
- See Also:
- Serialized Form
|
Constructor Summary |
Chart2DPlot.Appearance(java.awt.Color color,
boolean drawLine,
int interpolationType,
float lineWidth,
int pointStyle)
Creates a data set plot appearance. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Chart2DPlot.Appearance
public Chart2DPlot.Appearance(java.awt.Color color,
boolean drawLine,
int interpolationType,
float lineWidth,
int pointStyle)
- Creates a data set plot appearance.
- Parameters:
color - the color of plotdrawLine - if true, a line will be drawn between pointsinterpolationType - either Chart.INTERPOLATION_LINEAR or Chart.INTERPOLATION_STEPlineWidth - the width of the linepointStyle - use Chart.POINT_NONE to draw no points, or Chart.POINT_SQUARE, Chart.POINT_CIRCLE, Chart.POINT_TRIANGLE
Copyright © 1991-2008 XJ Technlogies. All Rights Reserved.