|
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.io.PageWriterState
Class provides the page writers state.
| Field Summary | |
float |
characterSpacing
Represents character spacing. |
Color |
fillColor
Represents fill color. |
Font |
font
represents the Font. |
float |
fontSize
Represents font size. |
float |
horizontalScaling
represents horizontal spacing. |
float |
leading
Represents line leading. |
LineCap |
lineCap
Represents line cap style. |
LineJoin |
lineJoin
Represents line join style. |
LineStyle |
lineStyle
Represents line style. |
float |
lineWidth
Represents line width. |
float |
miterLimit
Represents miter limit. |
Color |
strokeColor
Represents stroke color. |
TextRenderingMode |
textRenderingMode
Represents text render mode. |
float |
textRise
represents text rise. |
float |
wordSpacing
Represents word spacing. |
| Constructor Summary | |
PageWriterState()
Initializes a new instance of the PageWriterState class. |
|
PageWriterState(PageWriterState state)
Initializes a new instance of the PageWriterState class. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public float characterSpacing
public float wordSpacing
public float horizontalScaling
public float leading
public Font font
public float fontSize
public TextRenderingMode textRenderingMode
public float textRise
public float lineWidth
public LineCap lineCap
public LineJoin lineJoin
public float miterLimit
public LineStyle lineStyle
public Color strokeColor
public Color fillColor
| Constructor Detail |
public PageWriterState(PageWriterState state)
PageWriterState class.
state - Page writer state to clone.PageWriterStatepublic PageWriterState()
PageWriterState class.
PageWriterState
|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||