org.eclipse.tptp.platform.report.core.internal
Class DMarkerRegion
java.lang.Object
org.eclipse.tptp.platform.report.core.internal.DItem
org.eclipse.tptp.platform.report.core.internal.DMarkerRegion
- All Implemented Interfaces:
- IDItem, IDObject
- public class DMarkerRegion
- extends DItem
This interface provides the marker region information.
| Methods inherited from class org.eclipse.tptp.platform.report.core.internal.DItem |
addChild, clear, getAppliedStyle, getChildCount, getChildPosition, getFirstChild, getIterator, getLastChild, getNext, getParent, getRoot, getStyle, insertChild, isContainer, removeChild, setNext, setParent, setStyle |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DMarkerRegion
public DMarkerRegion()
getColor
public IDColor getColor()
setColor
public void setColor(IDColor color)
getId
public java.lang.String getId()
setId
public void setId(java.lang.String id)
getLabel
public java.lang.String getLabel()
setLabel
public void setLabel(java.lang.String label)
getFromValue
public java.lang.Object getFromValue()
setFromValue
public void setFromValue(java.lang.Object fromValue)
getToValue
public java.lang.Object getToValue()
setToValue
public void setToValue(java.lang.Object toValue)