|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eltima.chart.Arrow
The Arrow class.
Copyright: Copyright (c) 2000-2005
Company: Eltima Software
Field Summary | |
static int |
AXIS_HORIZONTAL
|
static int |
AXIS_VERTICAL
|
static int |
BOTTOM
|
static int |
LEFT
|
static int |
RIGHT
|
static int |
TOP
|
static int |
TYPE_1
|
static int |
TYPE_2
|
static int |
TYPE_3
|
static int |
TYPE_4
|
static int |
TYPE_5
|
static int |
TYPE_NONE
|
Constructor Summary | |
Arrow(int axisType,
int places,
int type)
Creates new instance of Arrow with specified axis type, location and arrow type. |
Method Summary | |
int |
getAxisType()
Returns the axis type. |
java.awt.geom.GeneralPath |
getGeneralPath()
Returns arrow GeneralPath. |
int |
getInset()
Returns axis inset. |
int |
getLength()
Returns the arrow length. |
int |
getPlaces()
Returns the arrow places. |
int |
getType()
Returns the arrow type. |
int |
getWeight()
Returns arrow weight. |
void |
setAxisType(int axis)
Sets the axis type. |
void |
setLineWeight(int lineWeight)
Sets the axis line weight. |
void |
setPlaces(int places)
Sets the arrow places. |
void |
setTickWeight(int tickWeight)
Sets the axis tick weight. |
void |
setType(int type)
Sets the arrow type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int TYPE_NONE
public static final int TYPE_1
public static final int TYPE_2
public static final int TYPE_3
public static final int TYPE_4
public static final int TYPE_5
public static final int AXIS_VERTICAL
public static final int AXIS_HORIZONTAL
public static final int TOP
public static final int BOTTOM
public static final int LEFT
public static final int RIGHT
Constructor Detail |
public Arrow(int axisType, int places, int type)
Method Detail |
public int getInset()
public int getWeight()
public java.awt.geom.GeneralPath getGeneralPath()
public int getAxisType()
public int getPlaces()
public int getType()
public int getLength()
public void setAxisType(int axis)
axis
- AXIS_VERTICAL or AXIS_HORIZONTAL.public void setType(int type)
type
- TYPE_NONE, TYPE_1, TYPE_2, TYPE_3, TYPE_4 or TYPE_5.public void setPlaces(int places)
places
- TOP, BOTTOM, LEFT or RIGHT.public void setLineWeight(int lineWeight)
lineWeight
- intpublic void setTickWeight(int tickWeight)
tickWeight
- int
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |