org.jopendocument.model.draw
Class DrawContourPolygon

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

public class DrawContourPolygon
extends Object


Field Summary
protected  String drawPoints
           
protected  String drawRecreateOnEdit
           
protected  String svgHeight
           
protected  String svgViewBox
           
protected  String svgWidth
           
 
Constructor Summary
DrawContourPolygon()
           
 
Method Summary
 String getDrawPoints()
          Gets the value of the drawPoints property.
 String getDrawRecreateOnEdit()
          Gets the value of the drawRecreateOnEdit 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 setDrawPoints(String value)
          Sets the value of the drawPoints property.
 void setDrawRecreateOnEdit(String value)
          Sets the value of the drawRecreateOnEdit 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

drawPoints

protected String drawPoints

drawRecreateOnEdit

protected String drawRecreateOnEdit

svgHeight

protected String svgHeight

svgViewBox

protected String svgViewBox

svgWidth

protected String svgWidth
Constructor Detail

DrawContourPolygon

public DrawContourPolygon()
Method Detail

getDrawPoints

public String getDrawPoints()
Gets the value of the drawPoints property.

Returns:
possible object is String

getDrawRecreateOnEdit

public String getDrawRecreateOnEdit()
Gets the value of the drawRecreateOnEdit 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

setDrawPoints

public void setDrawPoints(String value)
Sets the value of the drawPoints property.

Parameters:
value - allowed object is String

setDrawRecreateOnEdit

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