com.xj.anylogic.engine.analysis
Class Chart2DPlot.Appearance

java.lang.Object
  extended by com.xj.anylogic.engine.internal.CSVProperties
      extended by 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.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 plot
drawLine - if true, a line will be drawn between points
interpolationType - either Chart.INTERPOLATION_LINEAR or Chart.INTERPOLATION_STEP
lineWidth - the width of the line
pointStyle - 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.