public class TypedOvalItem<T> extends OvalItem
bbColor, bgColor, fgColoranchor, bounds| Constructor and Description |
|---|
TypedOvalItem(T data,
double centerX,
double centerY,
double width,
double height) |
TypedOvalItem(T data,
double centerX,
double centerY,
double width,
double height,
Color fgColor) |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(Graphics2D g2d) |
boolean |
equals(Object obj) |
int |
hashCode() |
updateBoundsgetBbColor, getBgColor, getFgColor, setBbColor, setBgColor, setFgColorgetBounds, getPosition, setPosition, setPositionpublic TypedOvalItem(T data, double centerX, double centerY, double width, double height)
public void draw(Graphics2D g2d)
draw in interface VisualItemdraw in class OvalItemCopyright © 2013 dontdrinkandroot. All Rights Reserved.