|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ijchart.xychart.constant.TextPosition
public final class TextPosition
Title: IJChart
Description: a chart library for the Java(tm) platform.
Define the text position withIChartShape
.
Copyright: Copyright (c) 2013
Company:
Field Summary | |
---|---|
static TextPosition |
INSIDE
The text in IChartShape internal. |
static TextPosition |
NONE
Text is not display. |
static TextPosition |
OUTSIDE_BOTTOM
The text in the bottom side of the external IChartShape . |
static TextPosition |
OUTSIDE_LEFT
The text in the left side of the external IChartShape . |
static TextPosition |
OUTSIDE_RIGHT
The text in the right side of the external IChartShape . |
static TextPosition |
OUTSIDE_TOP
The text in the top of the external IChartShape . |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Override equals method. |
TextPosition |
getOppositePosition(ChartOrientation orientation)
Returns the opposite position. |
int |
hashCode()
Returns a hash code value for the object. |
java.lang.String |
toString()
Override toString method. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final TextPosition NONE
public static final TextPosition INSIDE
IChartShape
internal.
public static final TextPosition OUTSIDE_TOP
IChartShape
.
public static final TextPosition OUTSIDE_BOTTOM
IChartShape
.
public static final TextPosition OUTSIDE_LEFT
IChartShape
.
public static final TextPosition OUTSIDE_RIGHT
IChartShape
.
Method Detail |
---|
public TextPosition getOppositePosition(ChartOrientation orientation)
orientation
- ChartOrientation
The chart orientation (null not permitted).
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- Object
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |