net.comrom.chart
Class AxisTargetZone

java.lang.Object
  extended bynet.comrom.chart.AxisTargetZone

public class AxisTargetZone
extends java.lang.Object


Field Summary
 FillStyle fillStyle
          fill style of the zone
 java.lang.String label
          Label of the zone
 double positionEnd
          position of the end of the target zone
 double positionStart
          position of the target line
 LineStyle style
          style of the line
 int unitEnd
          units of the target end position
 int unitStart
          units of the target start position
 
Constructor Summary
AxisTargetZone(double start, double end, int uStart, int uEnd)
           
 
Method Summary
static AxisTargetZone createFromString(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

unitStart

public int unitStart
units of the target start position


unitEnd

public int unitEnd
units of the target end position


positionStart

public double positionStart
position of the target line


style

public LineStyle style
style of the line


positionEnd

public double positionEnd
position of the end of the target zone


fillStyle

public FillStyle fillStyle
fill style of the zone


label

public java.lang.String label
Label of the zone

Constructor Detail

AxisTargetZone

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

createFromString

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