TPTP 4.2.0 Platform Project
Internal API Specification

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

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

public class DMarkerRegion
extends DItem

This interface provides the marker region information.


Constructor Summary
DMarkerRegion()
           
 
Method Summary
 IDColor getColor()
           
 java.lang.Object getFromValue()
           
 java.lang.String getId()
           
 java.lang.String getLabel()
           
 java.lang.Object getToValue()
           
 void setColor(IDColor color)
           
 void setFromValue(java.lang.Object fromValue)
           
 void setId(java.lang.String id)
           
 void setLabel(java.lang.String label)
           
 void setToValue(java.lang.Object toValue)
           
 
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

DMarkerRegion

public DMarkerRegion()
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)

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)

TPTP 4.2.0 Platform Project
Internal API Specification