|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.definition.LineStyle
public final class LineStyle
This class is used to specify a border's line style.
Field Summary | |
---|---|
static int |
_blank
The line style is blank. |
static int |
_dashed
A dashed line. |
static int |
_dotted
A dotted line. |
static int |
_double
A double line. |
static int |
_invalid
The line style is not valid. |
static int |
_noLine
No line (default). |
static int |
_single
A single line. |
static LineStyle |
blank
A LineStyle object that specifies the line style is blank. |
static LineStyle |
dashedLine
A LineStyle object that specifies a dashed line. |
static LineStyle |
dottedLine
A LineStyle object that specifies a dotted line. |
static LineStyle |
doubleLine
A LineStyle object that specifies a double line. |
static int |
DOUBLELINE_BREADTH
The breadth of a double line in twips. |
static LineStyle |
invalid
A LineStyle object that specifies that the line style is not valid. |
static LineStyle |
noLine
A LineStyle object that specifies no line. |
static LineStyle |
singleLine
A LineStyle object that specifies a single line. |
static int |
SINGLINE_BREADTH
The breadth of a single, dashed or dotted line in twips. |
Method Summary | |
---|---|
static LineStyle |
from_int(int i)
Returns the LineStyle object corresponding to the specified value. |
static LineStyle |
from_string(java.lang.String sVal)
Returns the LineStyle object corresponding to the specified type. |
java.lang.String |
toString()
Returns the String value of this LineStyle object. |
int |
value()
Returns the int value of this LineStyle object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int SINGLINE_BREADTH
The breadth of a single, dashed or dotted line in twips.
public static final int DOUBLELINE_BREADTH
The breadth of a double line in twips.
public static final int _noLine
No line (default).
public static final int _single
A single line.
public static final int _double
A double line.
public static final int _dashed
A dashed line.
public static final int _dotted
A dotted line.
public static final int _invalid
The line style is not valid.
public static final int _blank
The line style is blank.
public static final LineStyle noLine
A LineStyle
object that specifies no line. This is the default.
public static final LineStyle singleLine
A LineStyle
object that specifies a single line.
public static final LineStyle doubleLine
A LineStyle
object that specifies a double line.
public static final LineStyle dashedLine
A LineStyle
object that specifies a dashed line.
public static final LineStyle dottedLine
A LineStyle
object that specifies a dotted line.
public static final LineStyle invalid
A LineStyle
object that specifies that the line style is not valid.
public static final LineStyle blank
A LineStyle
object that specifies the line style is blank.
Method Detail |
---|
public static final LineStyle from_int(int i)
Returns the LineStyle
object corresponding to the specified value.
i
- The int
value of the desired LineStyle
object.
LineStyle
object corresponding to the specified value.public static final LineStyle from_string(java.lang.String sVal)
Returns the LineStyle
object corresponding to the specified type.
sVal
- The String
value of the desired LineStyle
object.
LineStyle
object corresponding to the specified type.public java.lang.String toString()
Returns the String
value of this LineStyle
object.
toString
in class java.lang.Object
String
value of this LineStyle
object.public int value()
Returns the int
value of this LineStyle
object.
int
value of this LineStyle
object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |