protected class GeometricShapeFactory.Dimensions extends Object
| Modifier and Type | Field and Description |
|---|---|
Point |
base |
Point |
centre |
double |
height |
double |
width |
| Modifier | Constructor and Description |
|---|---|
protected |
GeometricShapeFactory.Dimensions() |
| Modifier and Type | Method and Description |
|---|---|
Point |
getBase() |
Point |
getCentre() |
BoundingBox |
getEnvelope() |
double |
getHeight() |
double |
getMinSize() |
double |
getWidth() |
void |
setBase(Point base) |
void |
setCentre(Point centre) |
void |
setEnvelope(BoundingBox env) |
void |
setHeight(double height) |
void |
setSize(double size) |
void |
setWidth(double width) |
public Point base
public Point centre
public double width
public double height
public Point getBase()
public Point getCentre()
public BoundingBox getEnvelope()
public double getHeight()
public double getMinSize()
public double getWidth()
public void setBase(Point base)
public void setCentre(Point centre)
public void setEnvelope(BoundingBox env)
public void setHeight(double height)
public void setSize(double size)
public void setWidth(double width)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.