StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.drawing
Class ShadeMode

java.lang.Object
  |
  +--com.sun.star.uno.Enum
        |
        +--com.sun.star.drawing.ShadeMode

public final synchronized class ShadeMode
extends com.sun.star.uno.Enum


Field Summary
static com.sun.star.drawing.ShadeMode DRAFT
           
static int DRAFT_value
           
static com.sun.star.drawing.ShadeMode FLAT
           
static int FLAT_value
           
static com.sun.star.drawing.ShadeMode PHONG
           
static int PHONG_value
           
static com.sun.star.drawing.ShadeMode SMOOTH
           
static int SMOOTH_value
           
static java.lang.Object UNORUNTIMEDATA
           
 
Fields inherited from class com.sun.star.uno.Enum
m_value
 
Constructor Summary
private ShadeMode(int i)
           
 
Method Summary
static com.sun.star.drawing.ShadeMode fromInt(int i)
           
static com.sun.star.drawing.ShadeMode getDefault()
           
 
Methods inherited from class com.sun.star.uno.Enum
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DRAFT

public static final com.sun.star.drawing.ShadeMode DRAFT

DRAFT_value

public static final int DRAFT_value

FLAT

public static final com.sun.star.drawing.ShadeMode FLAT

FLAT_value

public static final int FLAT_value

PHONG

public static final com.sun.star.drawing.ShadeMode PHONG

PHONG_value

public static final int PHONG_value

SMOOTH

public static final com.sun.star.drawing.ShadeMode SMOOTH

SMOOTH_value

public static final int SMOOTH_value

UNORUNTIMEDATA

public static java.lang.Object UNORUNTIMEDATA
Constructor Detail

ShadeMode

private ShadeMode(int i)
Method Detail

fromInt

public static com.sun.star.drawing.ShadeMode fromInt(int i)

getDefault

public static com.sun.star.drawing.ShadeMode getDefault()

StarOffice 5.2 API
reverse engineered by classdoc