Package ch.bailu.gtk.gdk
Interface DeviceToolType
public interface DeviceToolType
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Tool is an airbrush stylus.static final int
Tool is a brush stylus.static final int
Tool is standard tablet eraser.static final int
Tool is a lens cursor.static final int
Tool is a mouse.static final int
Tool is a standard tablet stylus.static final int
Tool is a pencil stylus.static final int
Tool is of an unknown type.
-
Field Details
-
UNKNOWN
static final int UNKNOWNTool is of an unknown type.- See Also:
-
PEN
static final int PENTool is a standard tablet stylus.- See Also:
-
ERASER
static final int ERASERTool is standard tablet eraser.- See Also:
-
BRUSH
static final int BRUSHTool is a brush stylus.- See Also:
-
PENCIL
static final int PENCILTool is a pencil stylus.- See Also:
-
AIRBRUSH
static final int AIRBRUSHTool is an airbrush stylus.- See Also:
-
MOUSE
static final int MOUSETool is a mouse.- See Also:
-
LENS
static final int LENSTool is a lens cursor.- See Also:
-