public class DimResolution
extends java.lang.Object
Constructor and Description |
---|
DimResolution()
Constructs a DimResolution without argument
|
DimResolution(IntegerIndexSpaceID csize,
IntegerIndexSpaceID bpos,
IntegerIndexSpaceID bsize)
Constructs a DimResolution with specified arguments
|
Modifier and Type | Method and Description |
---|---|
ISBounds |
getBaseBounds()
Get the base bounds
|
IntegerIndexSpaceID |
getBasePosition()
Get the position in the base space
|
IntegerIndexSpaceID |
getBaseShape()
Get the size in the base space
|
ISBounds |
getCellBlockBounds()
Get the cell bounds
|
IntegerIndexSpaceID |
getCellBlockShape()
Get the size in the cell space
|
void |
setBasePosition(IntegerIndexSpaceID bpos)
Set the position in the base space
|
void |
setBaseShape(IntegerIndexSpaceID bsize)
Set the size in the base space
|
void |
setCellBlockShape(IntegerIndexSpaceID csize)
Set the size in the cell space
|
java.lang.String |
toString()
Return a String representing the object.
|
java.lang.String |
toString(java.lang.String indent)
Return a String representing the object indented by the argument string.
|
public DimResolution()
public DimResolution(IntegerIndexSpaceID csize, IntegerIndexSpaceID bpos, IntegerIndexSpaceID bsize)
public void setCellBlockShape(IntegerIndexSpaceID csize)
public void setBasePosition(IntegerIndexSpaceID bpos)
public void setBaseShape(IntegerIndexSpaceID bsize)
public IntegerIndexSpaceID getCellBlockShape()
public IntegerIndexSpaceID getBasePosition()
public IntegerIndexSpaceID getBaseShape()
public ISBounds getBaseBounds()
public ISBounds getCellBlockBounds()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(java.lang.String indent)