|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.definition.TextRotationAngle
public final class TextRotationAngle
This class is used to specify text rotation angle.
Field Summary | |
---|---|
static int |
_rotate0
No rotation. |
static int |
_rotate270
270 degrees. |
static int |
_rotate90
90 degrees. |
static TextRotationAngle |
rotate0
A TextRotationAngle that specifies no rotation. |
static TextRotationAngle |
rotate270
A TextRotationAngle that specifies 270 degree rotation. |
static TextRotationAngle |
rotate90
A TextRotationAngle that specifies 90 degree rotation. |
Method Summary | |
---|---|
static TextRotationAngle |
from_int(int i)
Returns the TextRotationAngle object corresponding to the specified value. |
static TextRotationAngle |
from_string(java.lang.String sVal)
Returns the TextRotationAngle object corresponding to the specified type. |
java.lang.String |
toString()
Returns the String value of this TextRotationAngle object. |
int |
value()
Returns the int value of this TextRotationAngle object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int _rotate0
No rotation.
public static final int _rotate90
90 degrees.
public static final int _rotate270
270 degrees.
public static final TextRotationAngle rotate0
A TextRotationAngle
that specifies no rotation.
public static final TextRotationAngle rotate90
A TextRotationAngle
that specifies 90 degree rotation.
public static final TextRotationAngle rotate270
A TextRotationAngle
that specifies 270 degree rotation.
Method Detail |
---|
public static final TextRotationAngle from_int(int i)
Returns the TextRotationAngle
object corresponding to the specified value.
i
- The int
value of the desired TextRotationAngle
object.
TextRotationAngle
object corresponding to the specified value.public static final TextRotationAngle from_string(java.lang.String sVal)
Returns the TextRotationAngle
object corresponding to the specified type.
sVal
- The String
value of the desired TextRotationAngle
object.
TextRotationAngle
object corresponding to the specified type.public java.lang.String toString()
Returns the String
value of this TextRotationAngle
object.
toString
in class java.lang.Object
String
value of this TextRotationAngle
object.public int value()
Returns the int
value of this TextRotationAngle
object.
int
value of this TextRotationAngle
object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |