|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The Line Format interface.
| Inner Class Summary | |
static class |
LineFormat.EArrowheadLength
Arrowhead length enumeration |
static class |
LineFormat.EArrowheadStyle
Arrowhead style enumeration |
static class |
LineFormat.EArrowheadWidth
Arrowhead width enumeration |
static class |
LineFormat.EDashStyle
Dash style enumeration |
static class |
LineFormat.EProperty
Line style property enumeration |
| Method Summary | |
LineFormat.EArrowheadLength |
getBeginArrowheadLength()
Gets the beginning arrowhead length. |
LineFormat.EArrowheadStyle |
getBeginArrowheadStyle()
Gets the beginning arrowhead style. |
LineFormat.EArrowheadWidth |
getBeginArrowheadWidth()
Gets the beginning arrowhead width. |
LineFormat.EDashStyle |
getDashStyle()
Gets the dash style. |
LineFormat.EArrowheadLength |
getEndArrowheadLength()
Gets the ending arrowhead length. |
LineFormat.EArrowheadStyle |
getEndArrowheadStyle()
Gets the ending arrowhead style. |
LineFormat.EArrowheadWidth |
getEndArrowheadWidth()
Gets the ending arrowhead width. |
int |
getForeColor()
Gets the fore color. |
double |
getWeight()
Gets the weight. |
boolean |
isVisible()
Returns whether or not the line is visible. |
void |
setBeginArrowheadLength(LineFormat.EArrowheadLength length)
Sets the beginning arrowhead length. |
void |
setBeginArrowheadStyle(LineFormat.EArrowheadStyle style)
Sets the beginning arrowhead style. |
void |
setBeginArrowheadWidth(LineFormat.EArrowheadWidth width)
Sets the beginning arrowhead width. |
void |
setDashStyle(LineFormat.EDashStyle style)
Sets the dash style. |
void |
setEndArrowheadLength(LineFormat.EArrowheadLength length)
Sets the ending arrowhead length. |
void |
setEndArrowheadStyle(LineFormat.EArrowheadStyle style)
Sets the ending arrowhead style. |
void |
setEndArrowheadWidth(LineFormat.EArrowheadWidth width)
Sets the ending arrowhead width. |
void |
setForeColor(int color)
Sets the fore color. |
void |
setVisible(boolean visible)
Sets whether or not the linestyle is visible. |
void |
setWeight(double weight)
Sets the weight. |
| Methods inherited from interface com.f1j.util.FormatBase |
isUndefined,
isUndefined,
isUsed,
setUndefined,
undefineAll,
useAll |
| Field Detail |
public static final LineFormat.EProperty eBeginArrowheadLength
public static final LineFormat.EProperty eBeginArrowheadStyle
public static final LineFormat.EProperty eBeginArrowheadWidth
public static final LineFormat.EProperty eDashStyle
public static final LineFormat.EProperty eEndArrowheadLength
public static final LineFormat.EProperty eEndArrowheadStyle
public static final LineFormat.EProperty eEndArrowheadWidth
public static final LineFormat.EProperty eForeColor
public static final LineFormat.EProperty eVisible
public static final LineFormat.EProperty eWeight
public static final LineFormat.EArrowheadLength eArrowheadLengthShort
public static final LineFormat.EArrowheadLength eArrowheadLengthMedium
public static final LineFormat.EArrowheadLength eArrowheadLengthLong
public static final LineFormat.EArrowheadStyle eArrowheadNone
public static final LineFormat.EArrowheadStyle eArrowheadSolid
public static final LineFormat.EArrowheadStyle eArrowheadStealth
public static final LineFormat.EArrowheadStyle eArrowheadDiamond
public static final LineFormat.EArrowheadStyle eArrowheadOval
public static final LineFormat.EArrowheadStyle eArrowheadOpen
public static final LineFormat.EArrowheadWidth eArrowheadWidthNarrow
public static final LineFormat.EArrowheadWidth eArrowheadWidthMedium
public static final LineFormat.EArrowheadWidth eArrowheadWidthWide
public static final LineFormat.EDashStyle eDash
public static final LineFormat.EDashStyle eDashDot
public static final LineFormat.EDashStyle eLongDash
public static final LineFormat.EDashStyle eLongDashDot
public static final LineFormat.EDashStyle eLongDashDotDot
public static final LineFormat.EDashStyle eRoundDot
public static final LineFormat.EDashStyle eSolid
public static final LineFormat.EDashStyle eSquareDot
| Method Detail |
public LineFormat.EArrowheadLength getBeginArrowheadLength()
public LineFormat.EArrowheadStyle getBeginArrowheadStyle()
public LineFormat.EArrowheadWidth getBeginArrowheadWidth()
public LineFormat.EDashStyle getDashStyle()
public LineFormat.EArrowheadLength getEndArrowheadLength()
public LineFormat.EArrowheadStyle getEndArrowheadStyle()
public LineFormat.EArrowheadWidth getEndArrowheadWidth()
public int getForeColor()
public double getWeight()
public boolean isVisible()
public void setBeginArrowheadLength(LineFormat.EArrowheadLength length)
length - The length.public void setBeginArrowheadStyle(LineFormat.EArrowheadStyle style)
style - The style.public void setBeginArrowheadWidth(LineFormat.EArrowheadWidth width)
width - The width.public void setDashStyle(LineFormat.EDashStyle style)
style - The dash style.public void setEndArrowheadLength(LineFormat.EArrowheadLength length)
length - The length.public void setEndArrowheadStyle(LineFormat.EArrowheadStyle style)
style - The style.public void setEndArrowheadWidth(LineFormat.EArrowheadWidth width)
width - The width.public void setForeColor(int color)
color - The fore color.public void setVisible(boolean visible)
visible - whether or not the linestyle is visiblepublic void setWeight(double weight)
weight - The weight.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||