org.freedesktop.cairo
Class LineCap

java.lang.Object
  extended byorg.gnu.glib.Enum
      extended byorg.freedesktop.cairo.LineCap

public class LineCap
extends org.gnu.glib.Enum


Field Summary
static LineCap BUTT
           
static LineCap ROUND
           
static LineCap SQUARE
           
 
Method Summary
static LineCap intern(int value)
           
 boolean test(LineCap other)
           
 
Methods inherited from class org.gnu.glib.Enum
equals, getValue, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUTT

public static final LineCap BUTT

ROUND

public static final LineCap ROUND

SQUARE

public static final LineCap SQUARE
Method Detail

intern

public static LineCap intern(int value)

test

public boolean test(LineCap other)