TPTP 4.6.0 Platform Project
Internal API Specification

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

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

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 DImage
extends DItem
implements IDSizeableItem, IDBasicItem, IDParagraphItem

This class provides a way to add images in a document.


Constructor Summary
DImage()
          Deprecated. Creates an image with unnamed reference.
DImage(java.lang.String name)
          Deprecated. Creates an image with its name reference.
 
Method Summary
 float getHeightScale()
          Deprecated. Access method for the heightScale property.
 java.lang.String getName()
          Deprecated. Access method for the name property.
 float getWidthScale()
          Deprecated. Access method for the widthScale property.
 void setHeightScale(float aHeightScale)
          Deprecated. Sets the value of the heightScale property.
 void setName(java.lang.String aName)
          Deprecated. Sets the value of the name property.
 void setWidthScale(float aWidthScale)
          Deprecated. Sets the value of the widthScale property.
 
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

DImage

public DImage(java.lang.String name)
Deprecated. 
Creates an image with its name reference.

Parameters:
name - location of the pixmap. name can be an URL.

DImage

public DImage()
Deprecated. 
Creates an image with unnamed reference.

Method Detail

getName

public java.lang.String getName()
Deprecated. 
Access method for the name property.

Returns:
the current value of the name property

setName

public void setName(java.lang.String aName)
Deprecated. 
Sets the value of the name property.

Parameters:
aName - the new value of the name property

getHeightScale

public float getHeightScale()
Deprecated. 
Access method for the heightScale property.

Specified by:
getHeightScale in interface IDSizeableItem
Returns:
the current value of the heightScale property

setHeightScale

public void setHeightScale(float aHeightScale)
Deprecated. 
Sets the value of the heightScale property.

Specified by:
setHeightScale in interface IDSizeableItem
Parameters:
aHeightScale - the new value of the heightScale property

getWidthScale

public float getWidthScale()
Deprecated. 
Access method for the widthScale property.

Specified by:
getWidthScale in interface IDSizeableItem
Returns:
the current value of the widthScale property

setWidthScale

public void setWidthScale(float aWidthScale)
Deprecated. 
Sets the value of the widthScale property.

Specified by:
setWidthScale in interface IDSizeableItem
Parameters:
aWidthScale - the new value of the widthScale property

TPTP 4.6.0 Platform Project
Internal API Specification