com.moyosoft.connector.ms.excel
Class ChartGallery

java.lang.Object
  |
  +--AbstractType
        |
        +--com.moyosoft.connector.ms.excel.ChartGallery

public class ChartGallery
extends AbstractType

See Also:
Serialized Form

Field Summary
static ChartGallery ANY_GALLERY
           
static ChartGallery BUILT_IN
           
static ChartGallery USER_DEFINED
           
 
Method Summary
static ChartGallery getById(int pId)
           
 boolean isAnyGallery()
           
 boolean isBuiltIn()
           
 boolean isUserDefined()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUILT_IN

public static final ChartGallery BUILT_IN

USER_DEFINED

public static final ChartGallery USER_DEFINED

ANY_GALLERY

public static final ChartGallery ANY_GALLERY
Method Detail

getById

public static ChartGallery getById(int pId)

isBuiltIn

public boolean isBuiltIn()

isUserDefined

public boolean isUserDefined()

isAnyGallery

public boolean isAnyGallery()