org.eclipse.tptp.platform.report.core.internal
Class DMarkerLine
java.lang.Object
org.eclipse.tptp.platform.report.core.internal.DItem
org.eclipse.tptp.platform.report.core.internal.DMarkerLine
- All Implemented Interfaces:
- IDItem, IDObject
- public class DMarkerLine
- extends DItem
This interface provides the marker line 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 |
DMarkerLine
public DMarkerLine()
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)
getThickness
public double getThickness()
setThickness
public void setThickness(double thikness)
getValue
public java.lang.Object getValue()
setValue
public void setValue(java.lang.Object value)