TPTP 4.2.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.core.internal
Class DMarkerLine

java.lang.Object
  extended byorg.eclipse.tptp.platform.report.core.internal.DItem
      extended byorg.eclipse.tptp.platform.report.core.internal.DMarkerLine
All Implemented Interfaces:
IDItem, IDObject

public class DMarkerLine
extends DItem

This interface provides the marker line information.


Constructor Summary
DMarkerLine()
           
 
Method Summary
 IDColor getColor()
           
 java.lang.String getId()
           
 java.lang.String getLabel()
           
 double getThickness()
           
 java.lang.Object getValue()
           
 void setColor(IDColor color)
           
 void setId(java.lang.String id)
           
 void setLabel(java.lang.String label)
           
 void setThickness(double thikness)
           
 void setValue(java.lang.Object value)
           
 
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
 

Constructor Detail

DMarkerLine

public DMarkerLine()
Method Detail

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)

TPTP 4.2.0 Platform Project
Internal API Specification