org.jopendocument.model.draw
Class DrawMarker

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

public class DrawMarker
extends Object


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

Field Detail

drawName

protected String drawName

svgD

protected String svgD

svgViewBox

protected String svgViewBox
Constructor Detail

DrawMarker

public DrawMarker()
Method Detail

getDrawName

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

Returns:
possible object is String

getSvgD

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

Returns:
possible object is String

getSvgViewBox

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

Returns:
possible object is String

setDrawName

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

Parameters:
value - allowed object is String

setSvgD

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

Parameters:
value - allowed object is String

setSvgViewBox

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

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.