DynamicPDF by ceTe Software

com.cete.dynamicpdf
Class LineCap

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

public class LineCap
extends java.lang.Object

Specifies the cap style of a line.


Field Summary
static LineCap BUTT
          Straight line at point.
static LineCap PROJECTED_SQUARE
          Projected from point.
static LineCap ROUND
          Rounded at point.
 
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

BUTT

public static final LineCap BUTT
Straight line at point.


ROUND

public static final LineCap ROUND
Rounded at point.


PROJECTED_SQUARE

public static final LineCap PROJECTED_SQUARE
Projected from point.

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