public static class ATEOverlayManager.UnderlyingShape extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
ready |
Map<Color,GeneralPath> |
shapes |
| Constructor and Description |
|---|
ATEOverlayManager.UnderlyingShape() |
public Map<Color,GeneralPath> shapes
public boolean ready
public void addLine(Color c, int x1, int y1, int x2, int y2)
public void addRect(Color c, int x1, int y1, int x2, int y2)
public void draw(Graphics2D g)
public void begin()
public void end()
public boolean isReady()
public void reset()
Copyright © 2013. All rights reserved.