DynamicPDF by ceTe Software

com.cete.dynamicpdf
Class Apply

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

public class Apply
extends java.lang.Object

Specifies how color is applied.


Field Summary
static Apply BOTH
          Both border and fill are drawn.
static Apply FILL
          The fill is drawn.
static Apply STROKE
          The border is drawn.
 
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

STROKE

public static final Apply STROKE
The border is drawn.


FILL

public static final Apply FILL
The fill is drawn.


BOTH

public static final Apply BOTH
Both border and fill are drawn.

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