public interface IlpGraphicView
Modifier and Type | Method and Description |
---|---|
IlpAttribute |
getAttribute(IlpPoint viewLocation)
Returns the
IlpAttribute at the given position in
this object. |
Container |
getContainer()
Returns the concrete container where the graphics are currently
being displayed.
|
IlpContext |
getContext()
Returns the application context.
|
IlpGraphicController |
getController()
Returns the controller, which is responsible for
the interaction between use and view.
|
IlpGraphic |
getGraphic(IlpPoint viewLocation)
Returns the
IlpGraphic object at the given position in this object. |
Class<?> |
getGraphicComponentClass()
Returns the graphic component class supported by this implementation of
graphic view.
|
IlpGraphicHolder |
getGraphicHolder()
Returns the association between object representations
and graphics.
|
IlpGraphic |
getInnermostGraphic(IlpPoint viewLocation)
Returns the innermost graphic at the given position in this object.
|
IlpRepresentationObject |
getRepresentationObject(IlpPoint viewLocation)
Returns the
IlpRepresentationObject at the given position in
this object. |
IlpRepresentationObjectSelectionModel |
getRepresentationObjectSelectionModel()
Returns the
IlpRepresentationObjectSelectionModel
used to handle the selection of representation objects. |
IlpGraphicViewStyleManager |
getStyleManager()
Deprecated.
The Style API has been replaced by the Cascading
Style Sheet mechanism. Please use the method
setStyleSheets
or getStyleSheets instead. |
void |
invalidate(IlpRepresentationObject ro)
Invalidates the graphic representation of the given object.
|
void |
invalidateGraphics()
Invalidates all the graphic representations in this view.
|
void |
setController(IlpGraphicController controller)
Sets the controller, which is responsible for
the interaction between use and view.
|
void |
setStyleManager(IlpGraphicViewStyleManager config)
Deprecated.
The Style API has been replaced by the Cascading
Style Sheet mechanism. Please use the method
setStyleSheets
or getStyleSheets instead. |
IlpContext getContext()
IlpGraphicController getController()
void setController(IlpGraphicController controller)
@Deprecated IlpGraphicViewStyleManager getStyleManager()
setStyleSheets
or getStyleSheets
instead.@Deprecated void setStyleManager(IlpGraphicViewStyleManager config)
setStyleSheets
or getStyleSheets
instead.IlpGraphicHolder getGraphicHolder()
Container getContainer()
IlpGraphic getGraphic(IlpPoint viewLocation)
IlpGraphic
object at the given position in this object.IlpGraphic getInnermostGraphic(IlpPoint viewLocation)
IlpRepresentationObject getRepresentationObject(IlpPoint viewLocation)
IlpRepresentationObject
at the given position in
this object.IlpAttribute getAttribute(IlpPoint viewLocation)
IlpAttribute
at the given position in
this object.IlpRepresentationObjectSelectionModel getRepresentationObjectSelectionModel()
IlpRepresentationObjectSelectionModel
used to handle the selection of representation objects.Class<?> getGraphicComponentClass()
void invalidate(IlpRepresentationObject ro)
void invalidateGraphics()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.