com.moyosoft.connector.ms.excel
Class Point

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

public class Point
extends java.lang.Object


Constructor Summary
Point(Dispatch dispatch)
           
 
Method Summary
 void clearFormats()
           
 void copy()
           
 void delete()
           
 Border getBorder()
           
 DataLabel getDataLabel()
           
 Dispatch getDispatch()
           
 int getExplosion()
           
 ChartFillFormat getFill()
           
 Interior getInterior()
           
 java.awt.Color getMarkerBackgroundColor()
           
 int getMarkerBackgroundColorIndex()
           
 java.awt.Color getMarkerForegroundColor()
           
 int getMarkerForegroundColorIndex()
           
 int getMarkerSize()
           
 MarkerStyle getMarkerStyle()
           
 ChartPictureType getPictureType()
           
 int getPictureUnit()
           
 boolean isApplyPictToEnd()
           
 boolean isApplyPictToFront()
           
 boolean isApplyPictToSides()
           
 boolean isHasDataLabel()
           
 boolean isInvertIfNegative()
           
 boolean isSecondaryPlot()
           
 boolean isShadow()
           
 void paste()
           
 void select()
           
 void setApplyPictToEnd(boolean value)
           
 void setApplyPictToFront(boolean value)
           
 void setApplyPictToSides(boolean value)
           
 void setExplosion(int value)
           
 void setHasDataLabel(boolean value)
           
 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(ChartPictureType value)
           
 void setPictureUnit(int value)
           
 void setSecondaryPlot(boolean value)
           
 void setShadow(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Point

public Point(Dispatch dispatch)
Method Detail

getDispatch

public Dispatch getDispatch()

getBorder

public Border getBorder()

clearFormats

public void clearFormats()

copy

public void copy()

getDataLabel

public DataLabel getDataLabel()

delete

public void delete()

getExplosion

public int getExplosion()

setExplosion

public void setExplosion(int value)

isHasDataLabel

public boolean isHasDataLabel()

setHasDataLabel

public void setHasDataLabel(boolean value)

getInterior

public Interior getInterior()

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)

paste

public void paste()

getPictureType

public ChartPictureType getPictureType()

setPictureType

public void setPictureType(ChartPictureType value)

getPictureUnit

public int getPictureUnit()

setPictureUnit

public void setPictureUnit(int value)

select

public void select()

isApplyPictToSides

public boolean isApplyPictToSides()

setApplyPictToSides

public void setApplyPictToSides(boolean value)

isApplyPictToFront

public boolean isApplyPictToFront()

setApplyPictToFront

public void setApplyPictToFront(boolean value)

isApplyPictToEnd

public boolean isApplyPictToEnd()

setApplyPictToEnd

public void setApplyPictToEnd(boolean value)

isShadow

public boolean isShadow()

setShadow

public void setShadow(boolean value)

isSecondaryPlot

public boolean isSecondaryPlot()

setSecondaryPlot

public void setSecondaryPlot(boolean value)

getFill

public ChartFillFormat getFill()