Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-03


oracle.dss.util.xdo.template.flash
Class FlashProcessorEngine

java.lang.Object
  extended by oracle.dss.util.xdo.template.flash.FlashProcessorEngine


public class FlashProcessorEngine
extends java.lang.Object

Constructor Summary
FlashProcessorEngine()
           

 

Method Summary
 float getHeight()
          Returns the flash height in point.
 float getWidth()
          Returns the flash width in point.
 byte[] merge(byte[] template, byte[] data)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

FlashProcessorEngine

public FlashProcessorEngine()

Method Detail

getWidth

public float getWidth()
Returns the flash width in point. This must be called after merge()
Returns:

getHeight

public float getHeight()
Returns the flash height in point. This must be called after merge()
Returns:

merge

public byte[] merge(byte[] template,
                    byte[] data)
             throws java.io.IOException
Throws:
java.io.IOException

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-03


Copyright © 1997, 2009, Oracle. All rights reserved.