public abstract class AbstractHighlight extends Object
| Constructor and Description | 
|---|
AbstractHighlight(TopoElementType type,
                 String elementId)
Constructs the highlight. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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, String elementId)
type - highlight element typeelementId - element identifierpublic void keepSubdued()
public TopoElementType type()
public String elementId()
public boolean subdued()