|
||||||||||
| 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 | |
|---|---|
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. |
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()
depth() == INITIAL(depth()
) + 1public void setSubContext(int index)
index - The current (sub) context.public int[] getContext()
public String toString()
toString in class Objectpublic Object clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||