public class Context extends Object
Constructor and Description |
---|
Context()
Constructs from nothing.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public Context newSubContext()
public void setSubContext(int index)
index
- The current (sub) context.public int[] getContext()
public String toString()
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.