public class LayerBounds extends Object
| Constructor and Description |
|---|
LayerBounds() |
LayerBounds(LayerBounds other) |
| Modifier and Type | Method and Description |
|---|---|
double |
getMaxX() |
double |
getMaxY() |
double |
getMinX() |
double |
getMinY() |
void |
mergeWith(LayerBounds b) |
void |
setMaxX(double maxX) |
void |
setMaxY(double maxY) |
void |
setMinX(double minX) |
void |
setMinY(double minY) |
String |
toString() |
public LayerBounds()
public LayerBounds(LayerBounds other)
public double getMinX()
public void setMinX(double minX)
public double getMinY()
public void setMinY(double minY)
public double getMaxX()
public void setMaxX(double maxX)
public double getMaxY()
public void setMaxY(double maxY)
public void mergeWith(LayerBounds b)
Copyright © 2017. All Rights Reserved.