public interface ChartElementPresenter
Modifier and Type | Method and Description |
---|---|
int |
getCollectionIndex()
Gets the index of this presenter in its parent
PresenterCollection . |
void |
invalidatePalette()
Forces re-evaluation of the palette of this instance.
|
RadSize |
measureContent(ChartNode owner,
Object content)
Retrieves the desired size of the specified logical node's content.
|
void |
refreshNode(ChartNode node)
Invalidates the visual representation of the specified logical node.
|
void refreshNode(ChartNode node)
node
- the node to be refreshed.RadSize measureContent(ChartNode owner, Object content)
owner
- node that holds the content.content
- content of the node.void invalidatePalette()
int getCollectionIndex()
PresenterCollection
.PresenterCollection
.