public interface IEntityStyleProvider
IColorProvider| Modifier and Type | Method and Description |
|---|---|
boolean |
fisheyeNode(java.lang.Object entity) |
Color |
getBackgroundColour(java.lang.Object entity)
Returns the colour that this node should be coloured.
|
Color |
getBorderColor(java.lang.Object entity)
Returns the background colour for this entity.
|
Color |
getBorderHighlightColor(java.lang.Object entity)
Returns the border highlight colour for this entity.
|
int |
getBorderWidth(java.lang.Object entity)
Returns the border width for this entity.
|
Color |
getForegroundColour(java.lang.Object entity) |
Color |
getNodeHighlightColor(java.lang.Object entity)
Returns the forground colour of this entity.
|
IFigure |
getTooltip(java.lang.Object entity)
Returns the tooltop for this node.
|
Color getNodeHighlightColor(java.lang.Object entity)
entity - the entity to be styled.#dispose()Color getBorderColor(java.lang.Object entity)
entity - the entity to be styled.#dispose()Color getBorderHighlightColor(java.lang.Object entity)
entity - the entity to be styled.#dispose()int getBorderWidth(java.lang.Object entity)
entity - the entity to be styled.Color getBackgroundColour(java.lang.Object entity)
entity - The entity to be styled#dispose()Color getForegroundColour(java.lang.Object entity)
IFigure getTooltip(java.lang.Object entity)
entity - boolean fisheyeNode(java.lang.Object entity)
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.