@Deprecated public interface IlpGraphicViewStyleManager extends IlpStyleManager
IlpGraphicView
object.
It stores information about styles that are specific to a view and that are used to create the graphic instance that represents the objects.
IlpDefaultGraphicViewStyleManager
,
IlpBasicGraphicViewStyleManager
Modifier and Type | Method and Description |
---|---|
IlpStyleManager |
getDefaultStyleManager()
Deprecated.
Returns the default style manager used by this configuration.
|
IlpStyle |
getStyle()
Deprecated.
Returns the style specified for this view.
|
IlpStyle |
getStyle(IlpRepresentationObject ro)
Deprecated.
Returns the correct style for this representation object.
|
IlpStyle |
getStyle(IlpRepresentationObject ro,
IlpAttribute attribute)
Deprecated.
Return the correct style for this representation object.
|
boolean |
removeStyle(IlpRepresentationObject ro)
Deprecated.
Remove an instance style from the currently buffered styles.
|
cleanup, getExistingStyle, getStyle, getStyle, getStyle, getStyle, getStyle, getStyle, getStyle, getStyleContexts, recustomizeStyles, removeStyle, resetStyles
IlpStyle getStyle()
IlpStyle getStyle(IlpRepresentationObject ro)
createStyle
method for the default style rules.ro
- Representation object.IlpStyle getStyle(IlpRepresentationObject ro, IlpAttribute attribute)
createStyle
method for the default style rules.ro
- Representation object.attribute
- Attribute linked to representation object.boolean removeStyle(IlpRepresentationObject ro)
ro
- Representation object.IlpStyleManager getDefaultStyleManager()
Generally, this is the Style Manager defined in the application context.
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.