org.jopendocument.model.draw
Class DrawContourPath

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

public class DrawContourPath
extends Object


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

Field Detail

drawRecreateOnEdit

protected String drawRecreateOnEdit

svgD

protected String svgD

svgHeight

protected String svgHeight

svgViewBox

protected String svgViewBox

svgWidth

protected String svgWidth
Constructor Detail

DrawContourPath

public DrawContourPath()
Method Detail

getDrawRecreateOnEdit

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

Returns:
possible object is String

getSvgD

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

Returns:
possible object is String

getSvgHeight

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

Returns:
possible object is String

getSvgViewBox

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

Returns:
possible object is String

getSvgWidth

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

Returns:
possible object is String

setDrawRecreateOnEdit

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

setSvgHeight

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

setSvgWidth

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

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.