|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tigris.gef.presentation.Fig
org.tigris.gef.presentation.FigRect
public class FigRect
Primitive Fig to paint rectangles on a LayerDiagram.
| Field Summary |
|---|
| Fields inherited from class org.tigris.gef.presentation.Fig |
|---|
_allowsSaving, _context, _dashes, _dashPeriod, _dashStyle, _filled, _h, _w, _x, _y, an, annotationOwner, annotationStatus, BORDER, MIN_SIZE |
| Constructor Summary | |
|---|---|
FigRect(int x,
int y,
int w,
int h)
Construct a new resizable FigRect with the given position and size. |
|
FigRect(int x,
int y,
int w,
int h,
boolean resizable)
Construct a new FigRect w/ the given position and size. |
|
FigRect(int x,
int y,
int w,
int h,
boolean resizable,
java.awt.Color lColor,
java.awt.Color fColor)
Construct a new FigRect w/ the given position, size, line color, and fill color. |
|
FigRect(int x,
int y,
int w,
int h,
java.awt.Color lColor,
java.awt.Color fColor)
Construct a new resizable FigRect with the given position, size, line color, and fill color. |
|
| Method Summary | |
|---|---|
void |
paint(java.awt.Graphics g)
Paint this FigRect |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FigRect(int x,
int y,
int w,
int h)
public FigRect(int x,
int y,
int w,
int h,
java.awt.Color lColor,
java.awt.Color fColor)
public FigRect(int x,
int y,
int w,
int h,
boolean resizable)
public FigRect(int x,
int y,
int w,
int h,
boolean resizable,
java.awt.Color lColor,
java.awt.Color fColor)
| Method Detail |
|---|
public void paint(java.awt.Graphics g)
paint in class Fig
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||