public class IlvDefaultDataRenderingHint extends Object implements IlvDataRenderingHint, Serializable
Constructor and Description |
---|
IlvDefaultDataRenderingHint(IlvStyle.Change change)
Creates a new hint that references the specified style change.
|
IlvDefaultDataRenderingHint(IlvStyle style)
Creates a new hint that references the specified style.
|
Modifier and Type | Method and Description |
---|---|
IlvStyle |
getStyle()
Returns the referenced style.
|
IlvStyle |
getStyle(IlvDisplayPoint dp,
IlvStyle defaultStyle)
Returns the rendering style that must be used to display the specified
point.
|
IlvStyle.Change |
getStyleChange()
Returns the referenced style change.
|
public IlvDefaultDataRenderingHint(IlvStyle style)
public IlvDefaultDataRenderingHint(IlvStyle.Change change)
public IlvStyle getStyle(IlvDisplayPoint dp, IlvStyle defaultStyle)
getStyle
in interface IlvDataRenderingHint
dp
- The considered display point.defaultStyle
- The default style used to display the point. This
style corresponds to the style that would be used if no hint was defined.public final IlvStyle getStyle()
null
when this rendering hint references
a style change.public final IlvStyle.Change getStyleChange()
null
when this rendering hint
references a style.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.