com.moyosoft.connector.ms.excel
Class Arcs

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--com.moyosoft.connector.ms.excel.ExcelCollection
              |
              +--com.moyosoft.connector.ms.excel.Arcs
All Implemented Interfaces:
java.util.Collection

public class Arcs
extends ExcelCollection


Constructor Summary
Arcs(Dispatch dispatch)
           
 
Method Summary
 Arc add(double x1, double y1, double x2, double y2)
           
 boolean getAutoScaleFont()
           
 int getCount()
           
 Dispatch getDispatch()
           
 Arc getItem(int index)
           
 GroupObject group()
           
 void setAutoScaleFont(boolean value)
           
 
Methods inherited from class com.moyosoft.connector.ms.excel.ExcelCollection
iterator, remove, size
 
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Collection
equals, hashCode
 

Constructor Detail

Arcs

public Arcs(Dispatch dispatch)
Method Detail

getDispatch

public Dispatch getDispatch()
Overrides:
getDispatch in class ExcelCollection

getAutoScaleFont

public boolean getAutoScaleFont()

setAutoScaleFont

public void setAutoScaleFont(boolean value)

add

public Arc add(double x1,
               double y1,
               double x2,
               double y2)

getCount

public int getCount()

group

public GroupObject group()

getItem

public Arc getItem(int index)