StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.awt
Interface XView

All Superinterfaces:
com.sun.star.uno.XInterface

public abstract interface XView
extends com.sun.star.uno.XInterface


Field Summary
static com.sun.star.uno.Uik UIK
           
static java.lang.Object UNORUNTIMEDATA
           
static com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
           
 
Method Summary
abstract  void draw(int i1, int i2)
           
abstract  com.sun.star.awt.XGraphics getGraphics()
           
abstract  com.sun.star.awt.Size getSize()
           
abstract  boolean setGraphics(com.sun.star.awt.XGraphics xg)
           
abstract  void setZoom(float f1, float f2)
           
 

Field Detail

UIK

public static final com.sun.star.uno.Uik UIK

UNORUNTIMEDATA

public static final java.lang.Object UNORUNTIMEDATA

UNOTYPEINFO

public static final com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
Method Detail

draw

public abstract void draw(int i1,
                          int i2)
                   throws com.sun.star.uno.RuntimeException

getGraphics

public abstract com.sun.star.awt.XGraphics getGraphics()
                                                throws com.sun.star.uno.RuntimeException

getSize

public abstract com.sun.star.awt.Size getSize()
                                       throws com.sun.star.uno.RuntimeException

setGraphics

public abstract boolean setGraphics(com.sun.star.awt.XGraphics xg)
                             throws com.sun.star.uno.RuntimeException

setZoom

public abstract void setZoom(float f1,
                             float f2)
                      throws com.sun.star.uno.RuntimeException

StarOffice 5.2 API
reverse engineered by classdoc