org.jopendocument.model.draw
Class DrawMarker

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

public class DrawMarker
extends java.lang.Object


Constructor Summary
DrawMarker()
           
 
Method Summary
 java.lang.String getDrawName()
          Gets the value of the drawName property.
 java.lang.String getSvgD()
          Gets the value of the svgD property.
 java.lang.String getSvgViewBox()
          Gets the value of the svgViewBox property.
 void setDrawName(java.lang.String value)
          Sets the value of the drawName property.
 void setSvgD(java.lang.String value)
          Sets the value of the svgD property.
 void setSvgViewBox(java.lang.String value)
          Sets the value of the svgViewBox property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DrawMarker

public DrawMarker()
Method Detail

getDrawName

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

Returns:
possible object is String

getSvgD

public java.lang.String getSvgD()
Gets the value of the svgD property.

Returns:
possible object is String

getSvgViewBox

public java.lang.String getSvgViewBox()
Gets the value of the svgViewBox property.

Returns:
possible object is String

setDrawName

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

Parameters:
value - allowed object is String

setSvgD

public void setSvgD(java.lang.String value)
Sets the value of the svgD property.

Parameters:
value - allowed object is String

setSvgViewBox

public void setSvgViewBox(java.lang.String value)
Sets the value of the svgViewBox property.

Parameters:
value - allowed object is String