org.jopendocument.model.draw
Class DrawAreaCircle

java.lang.Object
  extended by org.jopendocument.model.draw.DrawAreaCircle

public class DrawAreaCircle
extends Object


Field Summary
protected  String drawNohref
           
protected  OfficeEvents officeEvents
           
protected  String officeName
           
protected  String officeTargetFrameName
           
protected  String svgCx
           
protected  String svgCy
           
protected  SvgDesc svgDesc
           
protected  String svgR
           
protected  String xlinkHref
           
protected  String xlinkShow
           
protected  String xlinkType
           
 
Constructor Summary
DrawAreaCircle()
           
 
Method Summary
 String getDrawNohref()
          Gets the value of the drawNohref property.
 OfficeEvents getOfficeEvents()
          Gets the value of the officeEvents property.
 String getOfficeName()
          Gets the value of the officeName property.
 String getOfficeTargetFrameName()
          Gets the value of the officeTargetFrameName property.
 String getSvgCx()
          Gets the value of the svgCx property.
 String getSvgCy()
          Gets the value of the svgCy property.
 SvgDesc getSvgDesc()
          Gets the value of the svgDesc property.
 String getSvgR()
          Gets the value of the svgR property.
 String getXlinkHref()
          Gets the value of the xlinkHref property.
 String getXlinkShow()
          Gets the value of the xlinkShow property.
 String getXlinkType()
          Gets the value of the xlinkType property.
 void setDrawNohref(String value)
          Sets the value of the drawNohref property.
 void setOfficeEvents(OfficeEvents value)
          Sets the value of the officeEvents property.
 void setOfficeName(String value)
          Sets the value of the officeName property.
 void setOfficeTargetFrameName(String value)
          Sets the value of the officeTargetFrameName property.
 void setSvgCx(String value)
          Sets the value of the svgCx property.
 void setSvgCy(String value)
          Sets the value of the svgCy property.
 void setSvgDesc(SvgDesc value)
          Sets the value of the svgDesc property.
 void setSvgR(String value)
          Sets the value of the svgR property.
 void setXlinkHref(String value)
          Sets the value of the xlinkHref property.
 void setXlinkShow(String value)
          Sets the value of the xlinkShow property.
 void setXlinkType(String value)
          Sets the value of the xlinkType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

drawNohref

protected String drawNohref

officeEvents

protected OfficeEvents officeEvents

officeName

protected String officeName

officeTargetFrameName

protected String officeTargetFrameName

svgCx

protected String svgCx

svgCy

protected String svgCy

svgDesc

protected SvgDesc svgDesc

svgR

protected String svgR

xlinkHref

protected String xlinkHref

xlinkShow

protected String xlinkShow

xlinkType

protected String xlinkType
Constructor Detail

DrawAreaCircle

public DrawAreaCircle()
Method Detail

getDrawNohref

public String getDrawNohref()
Gets the value of the drawNohref property.

Returns:
possible object is String

getOfficeEvents

public OfficeEvents getOfficeEvents()
Gets the value of the officeEvents property.

Returns:
possible object is OfficeEvents

getOfficeName

public String getOfficeName()
Gets the value of the officeName property.

Returns:
possible object is String

getOfficeTargetFrameName

public String getOfficeTargetFrameName()
Gets the value of the officeTargetFrameName property.

Returns:
possible object is String

getSvgCx

public String getSvgCx()
Gets the value of the svgCx property.

Returns:
possible object is String

getSvgCy

public String getSvgCy()
Gets the value of the svgCy property.

Returns:
possible object is String

getSvgDesc

public SvgDesc getSvgDesc()
Gets the value of the svgDesc property.

Returns:
possible object is SvgDesc

getSvgR

public String getSvgR()
Gets the value of the svgR property.

Returns:
possible object is String

getXlinkHref

public String getXlinkHref()
Gets the value of the xlinkHref property.

Returns:
possible object is String

getXlinkShow

public String getXlinkShow()
Gets the value of the xlinkShow property.

Returns:
possible object is String

getXlinkType

public String getXlinkType()
Gets the value of the xlinkType property.

Returns:
possible object is String

setDrawNohref

public void setDrawNohref(String value)
Sets the value of the drawNohref property.

Parameters:
value - allowed object is String

setOfficeEvents

public void setOfficeEvents(OfficeEvents value)
Sets the value of the officeEvents property.

Parameters:
value - allowed object is OfficeEvents

setOfficeName

public void setOfficeName(String value)
Sets the value of the officeName property.

Parameters:
value - allowed object is String

setOfficeTargetFrameName

public void setOfficeTargetFrameName(String value)
Sets the value of the officeTargetFrameName property.

Parameters:
value - allowed object is String

setSvgCx

public void setSvgCx(String value)
Sets the value of the svgCx property.

Parameters:
value - allowed object is String

setSvgCy

public void setSvgCy(String value)
Sets the value of the svgCy property.

Parameters:
value - allowed object is String

setSvgDesc

public void setSvgDesc(SvgDesc value)
Sets the value of the svgDesc property.

Parameters:
value - allowed object is SvgDesc

setSvgR

public void setSvgR(String value)
Sets the value of the svgR property.

Parameters:
value - allowed object is String

setXlinkHref

public void setXlinkHref(String value)
Sets the value of the xlinkHref property.

Parameters:
value - allowed object is String

setXlinkShow

public void setXlinkShow(String value)
Sets the value of the xlinkShow property.

Parameters:
value - allowed object is String

setXlinkType

public void setXlinkType(String value)
Sets the value of the xlinkType property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.