org.pentaho.plugin.jfreereport.reportcharts
Class ChartImageContainer

java.lang.Object
  extended by org.pentaho.plugin.jfreereport.reportcharts.ChartImageContainer
All Implemented Interfaces:
Cloneable, org.pentaho.reporting.engine.classic.core.ImageContainer, org.pentaho.reporting.engine.classic.core.LocalImageContainer, org.pentaho.reporting.engine.classic.core.URLImageContainer

Deprecated. No longer used. Will be removed.

public class ChartImageContainer
extends Object
implements org.pentaho.reporting.engine.classic.core.URLImageContainer, org.pentaho.reporting.engine.classic.core.LocalImageContainer

Creation-Date: 01.10.2006, 15:47:03

Author:
Thomas Morgner

Constructor Summary
ChartImageContainer(String target, Image image, int width, int height, int row, String keyName)
          Deprecated.  
 
Method Summary
 Object getIdentity()
          Deprecated.  
 Image getImage()
          Deprecated.  
 int getImageHeight()
          Deprecated.  
 int getImageWidth()
          Deprecated.  
 String getName()
          Deprecated.  
 org.pentaho.reporting.libraries.resourceloader.ResourceKey getResourceKey()
          Deprecated.  
 float getScaleX()
          Deprecated.  
 float getScaleY()
          Deprecated.  
 URL getSourceURL()
          Deprecated.  
 String getSourceURLString()
          Deprecated.  
 boolean isIdentifiable()
          Deprecated.  
 boolean isLoadable()
          Deprecated. The URL returned by this container cannot be read.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartImageContainer

public ChartImageContainer(String target,
                           Image image,
                           int width,
                           int height,
                           int row,
                           String keyName)
Deprecated. 
Method Detail

getIdentity

public Object getIdentity()
Deprecated. 
Specified by:
getIdentity in interface org.pentaho.reporting.engine.classic.core.LocalImageContainer

getImage

public Image getImage()
Deprecated. 
Specified by:
getImage in interface org.pentaho.reporting.engine.classic.core.LocalImageContainer

getName

public String getName()
Deprecated. 
Specified by:
getName in interface org.pentaho.reporting.engine.classic.core.LocalImageContainer

isIdentifiable

public boolean isIdentifiable()
Deprecated. 
Specified by:
isIdentifiable in interface org.pentaho.reporting.engine.classic.core.LocalImageContainer

getImageHeight

public int getImageHeight()
Deprecated. 
Specified by:
getImageHeight in interface org.pentaho.reporting.engine.classic.core.ImageContainer

getImageWidth

public int getImageWidth()
Deprecated. 
Specified by:
getImageWidth in interface org.pentaho.reporting.engine.classic.core.ImageContainer

getScaleX

public float getScaleX()
Deprecated. 
Specified by:
getScaleX in interface org.pentaho.reporting.engine.classic.core.ImageContainer

getScaleY

public float getScaleY()
Deprecated. 
Specified by:
getScaleY in interface org.pentaho.reporting.engine.classic.core.ImageContainer

getSourceURL

public URL getSourceURL()
Deprecated. 
Specified by:
getSourceURL in interface org.pentaho.reporting.engine.classic.core.URLImageContainer

getSourceURLString

public String getSourceURLString()
Deprecated. 
Specified by:
getSourceURLString in interface org.pentaho.reporting.engine.classic.core.URLImageContainer

isLoadable

public boolean isLoadable()
Deprecated. 
The URL returned by this container cannot be read.

Specified by:
isLoadable in interface org.pentaho.reporting.engine.classic.core.URLImageContainer
Returns:

getResourceKey

public org.pentaho.reporting.libraries.resourceloader.ResourceKey getResourceKey()
Deprecated. 
Specified by:
getResourceKey in interface org.pentaho.reporting.engine.classic.core.URLImageContainer