com.moyosoft.connector.ms.excel
Class LegendKey

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

public class LegendKey
extends java.lang.Object


Constructor Summary
LegendKey(Dispatch dispatch)
           
 
Method Summary
 void clearFormats()
           
 void delete()
           
 Border getBorder()
           
 Dispatch getDispatch()
           
 ChartFillFormat getFill()
           
 double getHeight()
           
 Interior getInterior()
           
 double getLeft()
           
 java.awt.Color getMarkerBackgroundColor()
           
 int getMarkerBackgroundColorIndex()
           
 java.awt.Color getMarkerForegroundColor()
           
 int getMarkerForegroundColorIndex()
           
 int getMarkerSize()
           
 MarkerStyle getMarkerStyle()
           
 int getPictureType()
           
 int getPictureUnit()
           
 double getTop()
           
 double getWidth()
           
 boolean isInvertIfNegative()
           
 boolean isShadow()
           
 boolean isSmooth()
           
 void select()
           
 void setInvertIfNegative(boolean value)
           
 void setMarkerBackgroundColor(java.awt.Color color)
           
 void setMarkerBackgroundColorIndex(int value)
           
 void setMarkerForegroundColor(java.awt.Color color)
           
 void setMarkerForegroundColorIndex(int value)
           
 void setMarkerSize(int value)
           
 void setMarkerStyle(MarkerStyle value)
           
 void setPictureType(int value)
           
 void setPictureUnit(int value)
           
 void setShadow(boolean value)
           
 void setSmooth(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegendKey

public LegendKey(Dispatch dispatch)
Method Detail

getDispatch

public Dispatch getDispatch()

getBorder

public Border getBorder()

clearFormats

public void clearFormats()

delete

public void delete()

getInterior

public Interior getInterior()

getFill

public ChartFillFormat getFill()

isInvertIfNegative

public boolean isInvertIfNegative()

setInvertIfNegative

public void setInvertIfNegative(boolean value)

getMarkerBackgroundColor

public java.awt.Color getMarkerBackgroundColor()

setMarkerBackgroundColor

public void setMarkerBackgroundColor(java.awt.Color color)

getMarkerBackgroundColorIndex

public int getMarkerBackgroundColorIndex()

setMarkerBackgroundColorIndex

public void setMarkerBackgroundColorIndex(int value)

getMarkerForegroundColor

public java.awt.Color getMarkerForegroundColor()

setMarkerForegroundColor

public void setMarkerForegroundColor(java.awt.Color color)

getMarkerForegroundColorIndex

public int getMarkerForegroundColorIndex()

setMarkerForegroundColorIndex

public void setMarkerForegroundColorIndex(int value)

getMarkerSize

public int getMarkerSize()

setMarkerSize

public void setMarkerSize(int value)

getMarkerStyle

public MarkerStyle getMarkerStyle()

setMarkerStyle

public void setMarkerStyle(MarkerStyle value)

getPictureType

public int getPictureType()

setPictureType

public void setPictureType(int value)

getPictureUnit

public int getPictureUnit()

setPictureUnit

public void setPictureUnit(int value)

select

public void select()

isSmooth

public boolean isSmooth()

setSmooth

public void setSmooth(boolean value)

getLeft

public double getLeft()

getTop

public double getTop()

getWidth

public double getWidth()

getHeight

public double getHeight()

isShadow

public boolean isShadow()

setShadow

public void setShadow(boolean value)