com.moyosoft.connector.ms.excel
Class BarShape

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

public class BarShape
extends AbstractType

See Also:
Serialized Form

Field Summary
static BarShape BOX
           
static BarShape CONE_TO_MAX
           
static BarShape CONE_TO_POINT
           
static BarShape CYLINDER
           
static BarShape PYRAMID_TO_MAX
           
static BarShape PYRAMID_TO_POINT
           
 
Method Summary
static BarShape getById(int pId)
           
 boolean isBox()
           
 boolean isConeToMax()
           
 boolean isConeToPoint()
           
 boolean isCylinder()
           
 boolean isPyramidToMax()
           
 boolean isPyramidToPoint()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BOX

public static final BarShape BOX

PYRAMID_TO_POINT

public static final BarShape PYRAMID_TO_POINT

PYRAMID_TO_MAX

public static final BarShape PYRAMID_TO_MAX

CYLINDER

public static final BarShape CYLINDER

CONE_TO_POINT

public static final BarShape CONE_TO_POINT

CONE_TO_MAX

public static final BarShape CONE_TO_MAX
Method Detail

getById

public static BarShape getById(int pId)

isBox

public boolean isBox()

isPyramidToPoint

public boolean isPyramidToPoint()

isPyramidToMax

public boolean isPyramidToMax()

isCylinder

public boolean isCylinder()

isConeToPoint

public boolean isConeToPoint()

isConeToMax

public boolean isConeToMax()