DynamicPDF by ceTe Software

com.cete.dynamicpdf
Class TextRenderingMode

java.lang.Object
  |
  +--com.cete.dynamicpdf.TextRenderingMode

public class TextRenderingMode
extends java.lang.Object

Represents text rendering mode.


Field Summary
static TextRenderingMode FILL
          Fill text.
static TextRenderingMode FILL_AND_STROKE
          Fill text and stroke border.
static TextRenderingMode INVISIBLE
          Invisible text.
static TextRenderingMode STROKE
          Stroke text border.
 
Method Summary
 int getValue()
          Gets the enumeration constant value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILL

public static final TextRenderingMode FILL
Fill text.


STROKE

public static final TextRenderingMode STROKE
Stroke text border.


FILL_AND_STROKE

public static final TextRenderingMode FILL_AND_STROKE
Fill text and stroke border.


INVISIBLE

public static final TextRenderingMode INVISIBLE
Invisible text.

Method Detail

getValue

public int getValue()
Gets the enumeration constant value.

Returns:
The enumeration constant value.

DynamicPDF by ceTe Software

API Reference for DynamicPDF™ for Java generated on December 20, 2005
© Copyright 2005, ceTe Software