|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator edu.uci.ics.jung.visualization.transform.shape.TransformingGraphics edu.uci.ics.jung.visualization.transform.shape.TransformingFlatnessGraphics edu.uci.ics.jung.visualization.transform.shape.MagnifyIconGraphics
public class MagnifyIconGraphics
Subclassed to apply a magnification transform to an icon.
Field Summary |
---|
Fields inherited from class edu.uci.ics.jung.visualization.transform.shape.TransformingGraphics |
---|
transformer |
Fields inherited from class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper |
---|
delegate |
Constructor Summary | |
---|---|
MagnifyIconGraphics(BidirectionalTransformer transformer)
|
|
MagnifyIconGraphics(BidirectionalTransformer transformer,
Graphics2D delegate)
|
Method Summary | |
---|---|
void |
draw(Icon icon,
Component c,
Shape clip,
int x,
int y)
|
Methods inherited from class edu.uci.ics.jung.visualization.transform.shape.TransformingFlatnessGraphics |
---|
draw, fill |
Methods inherited from class edu.uci.ics.jung.visualization.transform.shape.TransformingGraphics |
---|
create, dispose, draw, drawImage, drawImage, fill, getTransformer, hit, setTransformer |
Methods inherited from class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator |
---|
draw |
Methods inherited from class java.lang.Object |
---|
clone, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MagnifyIconGraphics(BidirectionalTransformer transformer)
public MagnifyIconGraphics(BidirectionalTransformer transformer, Graphics2D delegate)
Method Detail |
---|
public void draw(Icon icon, Component c, Shape clip, int x, int y)
draw
in class GraphicsDecorator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |