TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.chart.internal
Class RenderPersistData

java.lang.Object
  extended by org.eclipse.tptp.platform.report.chart.internal.RenderPersistData
All Implemented Interfaces:
IDisposable

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 RenderPersistData
extends java.lang.Object
implements IDisposable

Render Data that can persist from one render() call to an other one.


Field Summary
 int e_wallpaper
          Deprecated. effect of wallpaper
 IGCDStyle g_style
          Deprecated. style for graphic
 IImage g_wallpaper
          Deprecated. image for wallpaper, null for none, this is stored in a DImageProvider, do not dispose here.
 DGraphic graphic
          Deprecated. Persist data is strongly associated with this graphic
 Rect graphic_rect
          Deprecated. rectangle of graphic, stored to guess invalidation
 java.lang.String graphic_type
          Deprecated. keep trace of graphic type to invalidate data
 java.util.Locale locale
          Deprecated. The current locale
static int V_LEGEND
          Deprecated.  
static int V_TITLE
          Deprecated.  
 
Constructor Summary
RenderPersistData(DGraphic gph)
          Deprecated. Create a persistent data associated with given graphic
 
Method Summary
 void dispose()
          Deprecated. dispose resources hold by this "persistent" data
 void invalidate(int mask)
          Deprecated.  
 boolean isValid(int mask)
          Deprecated.  
 void rebuildCurveStyles(int n_curves, float _scale)
          Deprecated.  
 void validate(int mask)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

V_TITLE

public static final int V_TITLE
Deprecated. 
See Also:
Constant Field Values

V_LEGEND

public static final int V_LEGEND
Deprecated. 
See Also:
Constant Field Values

graphic

public DGraphic graphic
Deprecated. 
Persist data is strongly associated with this graphic


locale

public java.util.Locale locale
Deprecated. 
The current locale


graphic_rect

public Rect graphic_rect
Deprecated. 
rectangle of graphic, stored to guess invalidation


graphic_type

public java.lang.String graphic_type
Deprecated. 
keep trace of graphic type to invalidate data


g_wallpaper

public IImage g_wallpaper
Deprecated. 
image for wallpaper, null for none, this is stored in a DImageProvider, do not dispose here.


e_wallpaper

public int e_wallpaper
Deprecated. 
effect of wallpaper


g_style

public IGCDStyle g_style
Deprecated. 
style for graphic

Constructor Detail

RenderPersistData

public RenderPersistData(DGraphic gph)
Deprecated. 
Create a persistent data associated with given graphic

Method Detail

isValid

public boolean isValid(int mask)
Deprecated. 

validate

public void validate(int mask)
Deprecated. 

invalidate

public void invalidate(int mask)
Deprecated. 

dispose

public void dispose()
Deprecated. 
dispose resources hold by this "persistent" data

Specified by:
dispose in interface IDisposable

rebuildCurveStyles

public void rebuildCurveStyles(int n_curves,
                               float _scale)
Deprecated. 

TPTP 4.5.0 Platform Project
Internal API Specification