org.jopendocument.model.draw
Class DrawContourPath

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

public class DrawContourPath
extends java.lang.Object


Constructor Summary
DrawContourPath()
           
 
Method Summary
 java.lang.String getDrawRecreateOnEdit()
          Gets the value of the drawRecreateOnEdit property.
 java.lang.String getSvgD()
          Gets the value of the svgD property.
 java.lang.String getSvgHeight()
          Gets the value of the svgHeight property.
 java.lang.String getSvgViewBox()
          Gets the value of the svgViewBox property.
 java.lang.String getSvgWidth()
          Gets the value of the svgWidth property.
 void setDrawRecreateOnEdit(java.lang.String value)
          Sets the value of the drawRecreateOnEdit property.
 void setSvgD(java.lang.String value)
          Sets the value of the svgD property.
 void setSvgHeight(java.lang.String value)
          Sets the value of the svgHeight property.
 void setSvgViewBox(java.lang.String value)
          Sets the value of the svgViewBox property.
 void setSvgWidth(java.lang.String value)
          Sets the value of the svgWidth property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DrawContourPath

public DrawContourPath()
Method Detail

getDrawRecreateOnEdit

public java.lang.String getDrawRecreateOnEdit()
Gets the value of the drawRecreateOnEdit property.

Returns:
possible object is String

getSvgD

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

Returns:
possible object is String

getSvgHeight

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

Returns:
possible object is String

getSvgViewBox

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

Returns:
possible object is String

getSvgWidth

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

Returns:
possible object is String

setDrawRecreateOnEdit

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

setSvgHeight

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

setSvgWidth

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

Parameters:
value - allowed object is String