|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectjApp.TransformFactory
public final class TransformFactory
| Constructor Summary | |
|---|---|
TransformFactory()
|
|
| Method Summary | |
|---|---|
static Transform2d |
getRotateInstance(double theta)
|
static Transform2d |
getRotateInstance(double theta,
double x,
double y)
|
static Transform2d |
getRotateInstance(double theta,
Point2d p)
|
static Transform2d |
getScaleInstance(double sx,
double sy)
|
static Transform2d |
getTranslateInstance(double dx,
double dy)
|
static Transform2d |
getTranslateInstance(Point2d p)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TransformFactory()
| Method Detail |
|---|
public static Transform2d getScaleInstance(double sx,
double sy)
public static Transform2d getTranslateInstance(double dx,
double dy)
public static Transform2d getTranslateInstance(Point2d p)
public static Transform2d getRotateInstance(double theta)
public static Transform2d getRotateInstance(double theta,
double x,
double y)
public static Transform2d getRotateInstance(double theta,
Point2d p)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||