DynamicPDF by ceTe Software

com.cete.dynamicpdf
Class LineJoin

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

public class LineJoin
extends java.lang.Object

Specifies how lines are joined.


Field Summary
static LineJoin BEVEL
          Beveled at point.
static LineJoin MITER
          Sharp angle projected from point.
static LineJoin 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

MITER

public static final LineJoin MITER
Sharp angle projected from point.


ROUND

public static final LineJoin ROUND
Rounded at point.


BEVEL

public static final LineJoin BEVEL
Beveled at 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