com.linksoft.chart
Class TargetZone
java.lang.Object
com.linksoft.chart.TargetZone
- public class TargetZone
- extends java.lang.Object
Copyright (c) 2002-2005 LinkSoft Systems, Inc. All Rights Reserved
|
Constructor Summary |
TargetZone(double start,
double end,
int uStart,
int uEnd)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
TargetZone
public TargetZone(double start,
double end,
int uStart,
int uEnd)
createFromString
public static TargetZone createFromString(java.lang.String s)
paint
protected void paint(ChartGraphics g,
Axis xaxis,
Axis yaxis)