|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfclown.util.math.geom.GeomUtils
public class GeomUtils
Geometric utilities.
Constructor Summary | |
---|---|
GeomUtils()
|
Method Summary | |
---|---|
static Dimension2D |
scale(Dimension2D size,
Dimension2D limit)
Gets the size scaled to the specified limit. |
static Dimension2D |
scale(Dimension2D size,
double limit)
Gets the size scaled to the specified limit. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeomUtils()
Method Detail |
---|
public static Dimension2D scale(Dimension2D size, double limit)
size
- Size to scale.limit
- Scale limit.
public static Dimension2D scale(Dimension2D size, Dimension2D limit)
size
- Size to scale.limit
- Scale limit.
|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |