public static class CellBuffer.Geometry
extends java.lang.Object
implements de.ims.icarus.util.CloneableObject, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
double |
height |
double |
width |
double |
x |
double |
y |
Constructor and Description |
---|
CellBuffer.Geometry() |
Modifier and Type | Method and Description |
---|---|
CellBuffer.Geometry |
clone() |
public double x
public double y
public double width
public double height
public CellBuffer.Geometry clone()
clone
in interface de.ims.icarus.util.CloneableObject
clone
in class java.lang.Object