|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.java4less.rchart.TargetZone
public class TargetZone
Target zone in the chart's background.
Field Summary | |
---|---|
boolean |
background
paint in background |
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
style of the line |
int |
unitEnd
units of the target end position |
int |
unitStart
units of the target start position |
boolean |
vertical
vertical zone? |
Constructor Summary | |
---|---|
TargetZone(double start,
double end,
int uStart,
int uEnd)
constructor |
Method Summary | |
---|---|
static TargetZone |
createFromString(java.lang.String s)
create target zone |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int DISABLED
public int unitStart
public int unitEnd
public double positionStart
public LineStyle style
public double positionEnd
public FillStyle fillStyle
public java.lang.String label
public boolean vertical
public boolean background
Constructor Detail |
---|
public TargetZone(double start, double end, int uStart, int uEnd)
start
- start of the zoneend
- end of the zoneu
- units of the start and end valuesMethod Detail |
---|
public static TargetZone createFromString(java.lang.String s)
s
- format of the string is start;end;linestyle;fillstyle;label;vertical
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |