|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.awt.geom.Area
lt.monarch.math.geom.RoundedRectangle
public class RoundedRectangle extends java.awt.geom.Area implements Primitive2D
Rectangle with one rounded edge
| Constructor and Description |
|---|
RoundedRectangle(int x,
int y,
int w,
int h,
int arcw,
int arch,
Alignment al)
|
RoundedRectangle(Rectangle2D r,
int arcw,
int arch,
Alignment al)
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Disposes object |
java.util.List<Point2D> |
get2DPoints()
Get a list of 2D points |
| Methods inherited from class java.awt.geom.Area |
|---|
add, clone, contains, contains, contains, contains, createTransformedArea, equals, exclusiveOr, getBounds, getBounds2D, getPathIterator, getPathIterator, intersect, intersects, intersects, isEmpty, isPolygonal, isRectangular, isSingular, reset, subtract, transform |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface lt.monarch.math.geom.Primitive |
|---|
getBounds2D |
| Methods inherited from interface java.awt.Shape |
|---|
contains, contains, contains, contains, getBounds, getPathIterator, getPathIterator, intersects, intersects |
| Constructor Detail |
|---|
public RoundedRectangle(Rectangle2D r,
int arcw,
int arch,
Alignment al)
public RoundedRectangle(int x,
int y,
int w,
int h,
int arcw,
int arch,
Alignment al)
| Method Detail |
|---|
public java.util.List<Point2D> get2DPoints()
Primitive2D
get2DPoints in interface Primitive2Dpublic void dispose()
Primitive2D
dispose in interface Primitivedispose in interface Primitive2D
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||