Interface QuickDrawComposite
-
- All Superinterfaces:
java.awt.Composite
- All Known Implementing Classes:
QuickDrawComposite.AddMax
,QuickDrawComposite.AddMin
,QuickDrawComposite.NotSrcXor
interface QuickDrawComposite extends java.awt.Composite
QuickDrawComposite
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
QuickDrawComposite.AddMax
static class
QuickDrawComposite.AddMin
static class
QuickDrawComposite.NotSrcXor
-
Field Summary
Fields Modifier and Type Field Description static QuickDrawComposite
AddMax
static QuickDrawComposite
AddMin
static QuickDrawComposite
NotSrcXor
-
-
-
Field Detail
-
NotSrcXor
static final QuickDrawComposite NotSrcXor
-
AddMax
static final QuickDrawComposite AddMax
-
AddMin
static final QuickDrawComposite AddMin
-
-