com.linksoft.chart
Class TargetZone

java.lang.Object
  extended bycom.linksoft.chart.TargetZone

public class TargetZone
extends java.lang.Object

Copyright (c) 2002-2005 LinkSoft Systems, Inc. All Rights Reserved


Field Summary
protected  Chart chart
           
static int DISABLED
           
protected  int effect3D
           
 FillStyle fillStyle
           
 java.lang.String label
           
 double positionEnd
           
 double positionStart
           
 LineStyle style
           
 int unitEnd
           
 int unitStart
           
 boolean vertical
           
 
Constructor Summary
TargetZone(double start, double end, int uStart, int uEnd)
           
 
Method Summary
static TargetZone createFromString(java.lang.String s)
           
protected  void paint(ChartGraphics g, Axis xaxis, Axis yaxis)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DISABLED

public static int DISABLED

unitStart

public int unitStart

unitEnd

public int unitEnd

positionStart

public double positionStart

style

public LineStyle style

positionEnd

public double positionEnd

fillStyle

public FillStyle fillStyle

label

public java.lang.String label

vertical

public boolean vertical

chart

protected Chart chart

effect3D

protected int effect3D
Constructor Detail

TargetZone

public TargetZone(double start,
                  double end,
                  int uStart,
                  int uEnd)
Method Detail

createFromString

public static TargetZone createFromString(java.lang.String s)

paint

protected void paint(ChartGraphics g,
                     Axis xaxis,
                     Axis yaxis)