com.java4less.rchart
Class Target

java.lang.Object
  |
  +--com.java4less.rchart.Target
Direct Known Subclasses:
TargetZone

public class Target
extends java.lang.Object

Target line in chart's background


Field Summary
 int position
          position of the target line
 LineStyle style
          style of the line
 int unit
          units of the targe position
 
Constructor Summary
Target(int pos, int unit)
          constructor
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

unit

public int unit
units of the targe position


position

public int position
position of the target line


style

public LineStyle style
style of the line

Constructor Detail

Target

public Target(int pos,
              int unit)
constructor

Parameters:
pos - position
unit - units of the position parameter