|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
org.opengis.display.canvas.
@Deprecated public interface CanvasState
Instances of this interface (and its sub-interfaces) describe the current
state of a Canvas. The information contained by instances
of this interface should only describe the viewing area or volume of the
Canvas and should not contain any state information regarding the data
contained within it.
When an instance of this class is returned from Canvas
methods, a "snapshot" of the current state of the Canvas is taken
and the values will never change (even if the Canvas changes state).
| Method Summary | |
|---|---|
CanvasState |
clone()
Deprecated. This is left to implementor. |
boolean |
equals(Object object)
Deprecated. This is left to implementor. |
DirectPosition |
getCenter()
Deprecated. Returns the position of the center pixel of this Canvas. |
String |
getTitle()
Deprecated. Returns the title of the Canvas. |
| Method Detail |
|---|
String getTitle()
Canvas.
DirectPosition getCenter()
@Deprecated
CanvasState clone()
throws CloneNotSupportedException
getCanvasParameterAccessor().
CloneNotSupportedException@Deprecated boolean equals(Object object)
getCanvasParameterAccessor().
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||