org.jopendocument.model.draw
Class DrawFrame

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

public class DrawFrame
extends Object


Field Summary
protected  String svgHeight
           
protected  String svgWidth
           
protected  String svgX
           
protected  String svgY
           
 
Constructor Summary
DrawFrame()
           
 
Method Summary
 void addTextBox(DrawTextBox textBox)
           
 DrawImage getDrawImage()
           
 String getSvgHeight()
          Gets the value of the svgHeight property.
 String getSvgWidth()
          Gets the value of the svgWidth property.
 String getSvgX()
          Gets the value of the svgX property.
 String getSvgY()
          Gets the value of the svgY property.
 void setDrawImage(DrawImage p)
           
 void setSvgHeight(String value)
          Sets the value of the svgHeight property.
 void setSvgWidth(String value)
          Sets the value of the svgWidth property.
 void setSvgX(String value)
          Sets the value of the svgX property.
 void setSvgY(String value)
          Sets the value of the svgY property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

svgHeight

protected String svgHeight

svgWidth

protected String svgWidth

svgX

protected String svgX

svgY

protected String svgY
Constructor Detail

DrawFrame

public DrawFrame()
Method Detail

getDrawImage

public DrawImage getDrawImage()

getSvgHeight

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

Returns:
possible object is String

getSvgWidth

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

Returns:
possible object is String

getSvgX

public String getSvgX()
Gets the value of the svgX property.

Returns:
possible object is String

getSvgY

public String getSvgY()
Gets the value of the svgY property.

Returns:
possible object is String

setDrawImage

public void setDrawImage(DrawImage p)

setSvgHeight

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

setSvgX

public void setSvgX(String value)
Sets the value of the svgX property.

Parameters:
value - allowed object is String

setSvgY

public void setSvgY(String value)
Sets the value of the svgY property.

Parameters:
value - allowed object is String

addTextBox

public void addTextBox(DrawTextBox textBox)


Copyright © 2010 jOpenDocument All Rights Reserved.