|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.unh.sdb.datasource.DimResolution
public class DimResolution
Constructor Summary | |
---|---|
DimResolution()
Constructs a DimResolution without argument |
|
DimResolution(IntegerIndexSpaceID csize,
IntegerIndexSpaceID bpos,
IntegerIndexSpaceID bsize)
Constructs a DimResolution with specified arguments |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DimResolution()
public DimResolution(IntegerIndexSpaceID csize, IntegerIndexSpaceID bpos, IntegerIndexSpaceID bsize)
Method Detail |
---|
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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |