org.freedesktop.cairo
Class LineJoin
java.lang.Object
org.gnu.glib.Enum
org.freedesktop.cairo.LineJoin
public class LineJoin
- extends org.gnu.glib.Enum
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 |
MITER
public static final LineJoin MITER
ROUND
public static final LineJoin ROUND
BEVEL
public static final LineJoin BEVEL
intern
public static LineJoin intern(int value)
test
public boolean test(LineJoin other)