public abstract class AbstractHighlight
extends java.lang.Object
Constructor and Description |
---|
AbstractHighlight(TopoElementType type,
java.lang.String elementId)
Constructs the highlight.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
elementId()
Returns the element identifier.
|
void |
keepSubdued()
Sets a flag to tell the renderer to keep this element subdued.
|
boolean |
subdued()
Returns the subdued flag.
|
TopoElementType |
type()
Returns the element type.
|
public AbstractHighlight(TopoElementType type, java.lang.String elementId)
type
- highlight element typeelementId
- element identifierpublic void keepSubdued()
public TopoElementType type()
public java.lang.String elementId()
public boolean subdued()