|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.strbio.util.graph.UnfilledCirclePoint
public class UnfilledCirclePoint
A point type that paints circles.
Version 1.0, 5/17/99 - original version.
| Constructor Summary | |
|---|---|
UnfilledCirclePoint(int radius)
need radius of the point to draw |
|
| Method Summary | |
|---|---|
int |
getHeight()
Get the height that the point wants to take up. |
int |
getWidth()
Get the width that the point wants to take up. |
void |
paintPointAt(int x,
int y,
java.awt.Graphics g)
draw the point, at a given center position. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UnfilledCirclePoint(int radius)
| Method Detail |
|---|
public int getWidth()
getWidth in interface PointTypepublic int getHeight()
getHeight in interface PointType
public void paintPointAt(int x,
int y,
java.awt.Graphics g)
paintPointAt in interface PointType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||