net.comrom.chart
Class TargetZone

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

public class TargetZone
extends java.lang.Object

Target zone in the chart's background.


Field Summary
static int DISABLED
          use this value if you need to diabled the end position
 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
           
 int unitEnd
           
 int unitStart
           
 boolean vertical
          vertical zone
 
Constructor Summary
TargetZone(double start, double end, int uStart, int uEnd)
           
 
Method Summary
static TargetZone createFromString(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DISABLED

public static int DISABLED
use this value if you need to diabled the end position


unitStart

public int unitStart

unitEnd

public int unitEnd

positionStart

public double positionStart
position of the target line


style

public LineStyle style

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


vertical

public boolean vertical
vertical zone

Constructor Detail

TargetZone

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

createFromString

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