|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.micropainter.core.layout.AbstractLayout
org.micropainter.core.layout.CompoundLayout
org.micropainter.core.layout.AbstractOutlineLayout
public abstract class AbstractOutlineLayout
The abstract definition of a delegate that takes the responsibility of
painting a window2D Outline Layout.
| Constructor Summary | |
|---|---|
AbstractOutlineLayout()
|
|
| Method Summary | |
|---|---|
void |
doPaintLayout(View2D v2d,
java.awt.Graphics2D g2d)
Subclass this for custom paint |
abstract void |
doPaintOutline(View2D v2d,
java.awt.Graphics2D g2d)
|
| Methods inherited from class org.micropainter.core.layout.CompoundLayout |
|---|
getLayout, getSubLayouts, registerLayout, setLayouts |
| Methods inherited from class org.micropainter.core.layout.AbstractLayout |
|---|
compareTo, getAntialiasing, getFractional, getInterpolation, getLayoutAlpha, getPriority, getTextAnliasing, getWindow2D, getWindowZone, isLock, lockLayout, paint, setAntialiasing, setFractional, setInterpolation, setLayoutAlpha, setPriority, setTextAnliasing, setWindow2D, setWindowZone, unlockLayout |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractOutlineLayout()
| Method Detail |
|---|
public abstract void doPaintOutline(View2D v2d,
java.awt.Graphics2D g2d)
public void doPaintLayout(View2D v2d,
java.awt.Graphics2D g2d)
AbstractLayout
doPaintLayout in class CompoundLayoutv2d - the View2D to lay out.g2d - the Graphics context in which to paint
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||