org.jopendocument.model.draw
Class DrawApplet

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

public class DrawApplet
extends java.lang.Object


Constructor Summary
DrawApplet()
           
 
Method Summary
 java.lang.String getDrawArchive()
          Gets the value of the drawArchive property.
 java.lang.String getDrawCode()
          Gets the value of the drawCode property.
 java.lang.String getDrawLayer()
          Gets the value of the drawLayer property.
 java.lang.String getDrawMayScript()
          Gets the value of the drawMayScript property.
 java.lang.String getDrawName()
          Gets the value of the drawName property.
 java.lang.String getDrawObject()
          Gets the value of the drawObject property.
 java.util.List<DrawParam> getDrawParam()
          Gets the value of the drawParam property.
 java.lang.String getDrawStyleName()
          Gets the value of the drawStyleName property.
 java.lang.String getDrawTextStyleName()
          Gets the value of the drawTextStyleName property.
 DrawThumbnail getDrawThumbnail()
          Gets the value of the drawThumbnail property.
 java.lang.String getDrawZIndex()
          Gets the value of the drawZIndex property.
 java.lang.String getPresentationStyleName()
          Gets the value of the presentationStyleName property.
 SvgDesc getSvgDesc()
          Gets the value of the svgDesc property.
 java.lang.String getSvgHeight()
          Gets the value of the svgHeight property.
 java.lang.String getSvgWidth()
          Gets the value of the svgWidth property.
 java.lang.String getSvgX()
          Gets the value of the svgX property.
 java.lang.String getSvgY()
          Gets the value of the svgY property.
 java.lang.String getTableEndCellAddress()
          Gets the value of the tableEndCellAddress property.
 java.lang.String getTableEndX()
          Gets the value of the tableEndX property.
 java.lang.String getTableEndY()
          Gets the value of the tableEndY property.
 java.lang.String getXlinkActuate()
          Gets the value of the xlinkActuate property.
 java.lang.String getXlinkHref()
          Gets the value of the xlinkHref property.
 java.lang.String getXlinkShow()
          Gets the value of the xlinkShow property.
 java.lang.String getXlinkType()
          Gets the value of the xlinkType property.
 void setDrawArchive(java.lang.String value)
          Sets the value of the drawArchive property.
 void setDrawCode(java.lang.String value)
          Sets the value of the drawCode property.
 void setDrawLayer(java.lang.String value)
          Sets the value of the drawLayer property.
 void setDrawMayScript(java.lang.String value)
          Sets the value of the drawMayScript property.
 void setDrawName(java.lang.String value)
          Sets the value of the drawName property.
 void setDrawObject(java.lang.String value)
          Sets the value of the drawObject property.
 void setDrawStyleName(java.lang.String value)
          Sets the value of the drawStyleName property.
 void setDrawTextStyleName(java.lang.String value)
          Sets the value of the drawTextStyleName property.
 void setDrawThumbnail(DrawThumbnail value)
          Sets the value of the drawThumbnail property.
 void setDrawZIndex(java.lang.String value)
          Sets the value of the drawZIndex property.
 void setPresentationStyleName(java.lang.String value)
          Sets the value of the presentationStyleName property.
 void setSvgDesc(SvgDesc value)
          Sets the value of the svgDesc property.
 void setSvgHeight(java.lang.String value)
          Sets the value of the svgHeight property.
 void setSvgWidth(java.lang.String value)
          Sets the value of the svgWidth property.
 void setSvgX(java.lang.String value)
          Sets the value of the svgX property.
 void setSvgY(java.lang.String value)
          Sets the value of the svgY property.
 void setTableEndCellAddress(java.lang.String value)
          Sets the value of the tableEndCellAddress property.
 void setTableEndX(java.lang.String value)
          Sets the value of the tableEndX property.
 void setTableEndY(java.lang.String value)
          Sets the value of the tableEndY property.
 void setXlinkActuate(java.lang.String value)
          Sets the value of the xlinkActuate property.
 void setXlinkHref(java.lang.String value)
          Sets the value of the xlinkHref property.
 void setXlinkShow(java.lang.String value)
          Sets the value of the xlinkShow property.
 void setXlinkType(java.lang.String value)
          Sets the value of the xlinkType property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DrawApplet

public DrawApplet()
Method Detail

getDrawArchive

public java.lang.String getDrawArchive()
Gets the value of the drawArchive property.

Returns:
possible object is String

getDrawCode

public java.lang.String getDrawCode()
Gets the value of the drawCode property.

Returns:
possible object is String

getDrawLayer

public java.lang.String getDrawLayer()
Gets the value of the drawLayer property.

Returns:
possible object is String

getDrawMayScript

public java.lang.String getDrawMayScript()
Gets the value of the drawMayScript property.

Returns:
possible object is String

getDrawName

public java.lang.String getDrawName()
Gets the value of the drawName property.

Returns:
possible object is String

getDrawObject

public java.lang.String getDrawObject()
Gets the value of the drawObject property.

Returns:
possible object is String

getDrawParam

public java.util.List<DrawParam> getDrawParam()
Gets the value of the drawParam property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the drawParam property.

For example, to add a new item, do as follows:

 getDrawParam().add(newItem);
 

Objects of the following type(s) are allowed in the list DrawParam


getDrawStyleName

public java.lang.String getDrawStyleName()
Gets the value of the drawStyleName property.

Returns:
possible object is String

getDrawTextStyleName

public java.lang.String getDrawTextStyleName()
Gets the value of the drawTextStyleName property.

Returns:
possible object is String

getDrawThumbnail

public DrawThumbnail getDrawThumbnail()
Gets the value of the drawThumbnail property.

Returns:
possible object is DrawThumbnail

getDrawZIndex

public java.lang.String getDrawZIndex()
Gets the value of the drawZIndex property.

Returns:
possible object is String

getPresentationStyleName

public java.lang.String getPresentationStyleName()
Gets the value of the presentationStyleName property.

Returns:
possible object is String

getSvgDesc

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

Returns:
possible object is SvgDesc

getSvgHeight

public java.lang.String getSvgHeight()
Gets the value of the svgHeight property.

Returns:
possible object is String

getSvgWidth

public java.lang.String getSvgWidth()
Gets the value of the svgWidth property.

Returns:
possible object is String

getSvgX

public java.lang.String getSvgX()
Gets the value of the svgX property.

Returns:
possible object is String

getSvgY

public java.lang.String getSvgY()
Gets the value of the svgY property.

Returns:
possible object is String

getTableEndCellAddress

public java.lang.String getTableEndCellAddress()
Gets the value of the tableEndCellAddress property.

Returns:
possible object is String

getTableEndX

public java.lang.String getTableEndX()
Gets the value of the tableEndX property.

Returns:
possible object is String

getTableEndY

public java.lang.String getTableEndY()
Gets the value of the tableEndY property.

Returns:
possible object is String

getXlinkActuate

public java.lang.String getXlinkActuate()
Gets the value of the xlinkActuate property.

Returns:
possible object is String

getXlinkHref

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

Returns:
possible object is String

getXlinkShow

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

Returns:
possible object is String

getXlinkType

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

Returns:
possible object is String

setDrawArchive

public void setDrawArchive(java.lang.String value)
Sets the value of the drawArchive property.

Parameters:
value - allowed object is String

setDrawCode

public void setDrawCode(java.lang.String value)
Sets the value of the drawCode property.

Parameters:
value - allowed object is String

setDrawLayer

public void setDrawLayer(java.lang.String value)
Sets the value of the drawLayer property.

Parameters:
value - allowed object is String

setDrawMayScript

public void setDrawMayScript(java.lang.String value)
Sets the value of the drawMayScript property.

Parameters:
value - allowed object is String

setDrawName

public void setDrawName(java.lang.String value)
Sets the value of the drawName property.

Parameters:
value - allowed object is String

setDrawObject

public void setDrawObject(java.lang.String value)
Sets the value of the drawObject property.

Parameters:
value - allowed object is String

setDrawStyleName

public void setDrawStyleName(java.lang.String value)
Sets the value of the drawStyleName property.

Parameters:
value - allowed object is String

setDrawTextStyleName

public void setDrawTextStyleName(java.lang.String value)
Sets the value of the drawTextStyleName property.

Parameters:
value - allowed object is String

setDrawThumbnail

public void setDrawThumbnail(DrawThumbnail value)
Sets the value of the drawThumbnail property.

Parameters:
value - allowed object is DrawThumbnail

setDrawZIndex

public void setDrawZIndex(java.lang.String value)
Sets the value of the drawZIndex property.

Parameters:
value - allowed object is String

setPresentationStyleName

public void setPresentationStyleName(java.lang.String value)
Sets the value of the presentationStyleName 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

setSvgHeight

public void setSvgHeight(java.lang.String value)
Sets the value of the svgHeight property.

Parameters:
value - allowed object is String

setSvgWidth

public void setSvgWidth(java.lang.String value)
Sets the value of the svgWidth property.

Parameters:
value - allowed object is String

setSvgX

public void setSvgX(java.lang.String value)
Sets the value of the svgX property.

Parameters:
value - allowed object is String

setSvgY

public void setSvgY(java.lang.String value)
Sets the value of the svgY property.

Parameters:
value - allowed object is String

setTableEndCellAddress

public void setTableEndCellAddress(java.lang.String value)
Sets the value of the tableEndCellAddress property.

Parameters:
value - allowed object is String

setTableEndX

public void setTableEndX(java.lang.String value)
Sets the value of the tableEndX property.

Parameters:
value - allowed object is String

setTableEndY

public void setTableEndY(java.lang.String value)
Sets the value of the tableEndY property.

Parameters:
value - allowed object is String

setXlinkActuate

public void setXlinkActuate(java.lang.String value)
Sets the value of the xlinkActuate property.

Parameters:
value - allowed object is String

setXlinkHref

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

Parameters:
value - allowed object is String

setXlinkShow

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

Parameters:
value - allowed object is String

setXlinkType

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

Parameters:
value - allowed object is String