|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cete.dynamicpdf.LineStyle
public class LineStyle
Class represents a style of line.
Licensing:
This class is a DynamicPDF Generator Community Edition feature.
Constructor Summary | |
---|---|
|
LineStyle(float[] dashArray)
Initializes a new instance of the LineStyle class. |
|
LineStyle(float[] dashArray,
float dashPhase)
Initializes a new instance of the LineStyle class. |
protected |
LineStyle(java.lang.String lineStyle)
Initializes a new instance of the LineStyle class. |
Method Summary | |
---|---|
static LineStyle |
getDash()
Gets a dashed line. |
static LineStyle |
getDashLarge()
Gets a line with large dashes. |
static LineStyle |
getDashSmall()
Gets a line with small dashes. |
static LineStyle |
getDots()
Gets a dotted line. |
static LineStyle |
getNone()
Gets a invisible line. |
static LineStyle |
getSolid()
Gets a solid line. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LineStyle(float[] dashArray, float dashPhase)
LineStyle
class.
dashArray
- The array specifying the line style.dashPhase
- The phase of the line style.LineStyle
public LineStyle(float[] dashArray)
LineStyle
class.
dashArray
- The array specifying the line style.LineStyle
protected LineStyle(java.lang.String lineStyle)
LineStyle
class.
lineStyle
- String specifying the line style.LineStyle
Method Detail |
---|
public static LineStyle getSolid()
public static LineStyle getDots()
public static LineStyle getDashSmall()
public static LineStyle getDash()
public static LineStyle getDashLarge()
public static LineStyle getNone()
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |