|
swingx Version 2009-07-31 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.swingx.util.ShapeUtils
public final class ShapeUtils
Method Summary | |
---|---|
static Shape |
generatePolygon(int sides,
int outsideRadius,
boolean normalize)
|
static Shape |
generatePolygon(int sides,
int outsideRadius,
int insideRadius)
|
static Shape |
generatePolygon(int sides,
int outsideRadius,
int insideRadius,
boolean normalize)
|
static Shape |
generateShapeFromText(Font font,
char ch)
|
static Shape |
generateShapeFromText(Font font,
String string)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Shape generatePolygon(int sides, int outsideRadius, boolean normalize)
public static Shape generatePolygon(int sides, int outsideRadius, int insideRadius, boolean normalize)
public static Shape generatePolygon(int sides, int outsideRadius, int insideRadius)
public static Shape generateShapeFromText(Font font, char ch)
public static Shape generateShapeFromText(Font font, String string)
|
swingx Version 2009-07-31 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |