|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gishur.gui2.Painter | +--gishur.gui2.painter.InrectPainter
Fields inherited from class gishur.gui2.Painter |
LEVEL_0, LEVEL_1, LEVEL_2, LEVEL_3, LEVEL_ALL, LEVEL_BITS_USED, LEVEL_DEFAULT, LEVEL_FIRST, LEVEL_LAST, LOCATEABLE, VISIBLE |
Constructor Summary | |
InrectPainter()
Default constructor. |
Method Summary | |
protected void |
draw(java.awt.Graphics g,
RenderContext context,
PropertyStatusReader prop,
byte level)
Draws the specified level of this Painter using the
given Graphics object and RenderContext for drawing,
and the given PropertyStatusReader for reading properties. |
protected void |
recalculate(RenderContext context,
PropertyStatusReader prop,
Parameters param)
Recalculates this Painter using the given RenderContext ,
PropertyStatusReader , local point information and other parameters. |
Methods inherited from class gishur.gui2.Painter |
addBounds, addBounds, alignTo, alignTo, calculateDockingPoint, contains, getAlignmentPoint, getRelativeAlignmentPoint, height, isOnLevel, level, locateable, name, outline, reshape, setBounds, setBounds, setLevel, setLocation, setName, setOutline, setSubTypePrefix, style, visible, width, x, y |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InrectPainter()
Method Detail |
protected void recalculate(RenderContext context, PropertyStatusReader prop, Parameters param)
this
Painter
using the given RenderContext
,
PropertyStatusReader
, local point information and other parameters.recalculate
in class Painter
context
- the RenderContext
to useprop
- the PropertyStatusReader
to use for reading propertiesparam
- a Parameters
-object for location and other parameters parsed
by the DisplayObject
, that uses this
Painter
.protected void draw(java.awt.Graphics g, RenderContext context, PropertyStatusReader prop, byte level)
this
Painter
using the
given Graphics
object and RenderContext
for drawing,
and the given PropertyStatusReader
for reading properties.draw
in class Painter
g
- the Graphics
to draw oncontext
- the RenderContext
to useprop
- the PropertyStatusReader
to use for reading propertieslevel
- the level to draw
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |