public interface IconPart
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
java.awt.Shape |
getClip()
Get a clip area for the IconPart.
|
java.awt.Shape |
getGeometry()
Get the geometry for this IconPart.
|
DrawingAttributes |
getRenderingAttributes()
Get the rendering attributes for this IconPart.
|
void |
render(java.awt.Graphics g,
int width,
int height)
Have the IconPart render itself into the Graphic object for a
given height and width.
|
void |
render(java.awt.Graphics g,
int width,
int height,
DrawingAttributes appDA)
Have the IconPart render itself into the Graphic object for a
given height and width.
|
void |
setClip(java.awt.Shape clipArea)
Set a clip area for the IconPart to draw only certain parts of
the geometry.
|
void |
setGeometry(java.awt.Shape shape)
Set the geometry for this IconPart.
|
void |
setRenderingAttributes(DrawingAttributes da)
Set the rendering attributes for this IconPart.
|
void render(java.awt.Graphics g, int width, int height)
void render(java.awt.Graphics g, int width, int height, DrawingAttributes appDA)
void setClip(java.awt.Shape clipArea)
java.awt.Shape getClip()
void setGeometry(java.awt.Shape shape)
java.awt.Shape getGeometry()
void setRenderingAttributes(DrawingAttributes da)
DrawingAttributes getRenderingAttributes()
java.lang.Object clone()
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details