TPTP 4.5.0 Platform Project
Internal API Specification

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

java.lang.Object
  extended by org.eclipse.tptp.platform.report.core.internal.DItem
      extended by org.eclipse.tptp.platform.report.core.internal.DPalettes
All Implemented Interfaces:
IDItem, IDObject

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public class DPalettes
extends DItem

This interface provides the color palettes information used by a chart

See Also:
DGraphic.

Constructor Summary
DPalettes()
          Deprecated.  
 
Method Summary
 java.lang.String getLocation()
          Deprecated.  
 java.lang.String getPaletteId()
          Deprecated.  
 java.lang.String getPaletteSetId()
          Deprecated.  
 void setLocation(java.lang.String location)
          Deprecated. sets the palettes location
 void setPaletteId(java.lang.String paletteId)
          Deprecated. sets the palette id
 void setPaletteSetId(java.lang.String paletteSetId)
          Deprecated. sets the palette set id
 
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

DPalettes

public DPalettes()
Deprecated. 
Method Detail

getLocation

public java.lang.String getLocation()
Deprecated. 
Returns:
the location of the palettes

setLocation

public void setLocation(java.lang.String location)
Deprecated. 
sets the palettes location


getPaletteId

public java.lang.String getPaletteId()
Deprecated. 
Returns:
the palette id

setPaletteId

public void setPaletteId(java.lang.String paletteId)
Deprecated. 
sets the palette id


getPaletteSetId

public java.lang.String getPaletteSetId()
Deprecated. 
Returns:
the palette set id

setPaletteSetId

public void setPaletteSetId(java.lang.String paletteSetId)
Deprecated. 
sets the palette set id


TPTP 4.5.0 Platform Project
Internal API Specification