|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvisad.data.netcdf.in.Context
public class Context
Provides support for the context in which data values are retrieved. Instances are mutable.
Constructor Summary | |
---|---|
Context()
Constructs from nothing. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Returns a clone of this instance. |
int[] |
getContext()
Returns the current context. |
Context |
newSubContext()
Gets a new (sub) context based on this context. |
void |
setSubContext(int index)
Sets the current (sub) context. |
java.lang.String |
toString()
Returns a string representation of this context. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Context()
Method Detail |
---|
public Context newSubContext()
public void setSubContext(int index)
index
- The current (sub) context.public int[] getContext()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Object clone()
clone
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |