com.moyosoft.connector.ms.excel
Class LegendPosition

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

public class LegendPosition
extends AbstractType

See Also:
Serialized Form

Field Summary
static LegendPosition LEGEND_POSITION_BOTTOM
           
static LegendPosition LEGEND_POSITION_CORNER
           
static LegendPosition LEGEND_POSITION_LEFT
           
static LegendPosition LEGEND_POSITION_RIGHT
           
static LegendPosition LEGEND_POSITION_TOP
           
 
Method Summary
static LegendPosition getById(int pId)
           
 boolean isLegendPositionBottom()
           
 boolean isLegendPositionCorner()
           
 boolean isLegendPositionLeft()
           
 boolean isLegendPositionRight()
           
 boolean isLegendPositionTop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LEGEND_POSITION_BOTTOM

public static final LegendPosition LEGEND_POSITION_BOTTOM

LEGEND_POSITION_CORNER

public static final LegendPosition LEGEND_POSITION_CORNER

LEGEND_POSITION_LEFT

public static final LegendPosition LEGEND_POSITION_LEFT

LEGEND_POSITION_RIGHT

public static final LegendPosition LEGEND_POSITION_RIGHT

LEGEND_POSITION_TOP

public static final LegendPosition LEGEND_POSITION_TOP
Method Detail

getById

public static LegendPosition getById(int pId)

isLegendPositionBottom

public boolean isLegendPositionBottom()

isLegendPositionCorner

public boolean isLegendPositionCorner()

isLegendPositionLeft

public boolean isLegendPositionLeft()

isLegendPositionRight

public boolean isLegendPositionRight()

isLegendPositionTop

public boolean isLegendPositionTop()