org.jopendocument.model.draw
Class Dr3DCube

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

public class Dr3DCube
extends Object


Field Summary
protected  String dr3DMaxEdge
           
protected  String dr3DMinEdge
           
protected  String dr3DTransform
           
protected  String drawId
           
protected  String drawLayer
           
protected  String drawStyleName
           
protected  String drawTextStyleName
           
protected  String drawZIndex
           
protected  String presentationStyleName
           
protected  String tableEndCellAddress
           
protected  String tableEndX
           
protected  String tableEndY
           
protected  String tableTableBackground
           
 
Constructor Summary
Dr3DCube()
           
 
Method Summary
 String getDr3DMaxEdge()
          Gets the value of the dr3DMaxEdge property.
 String getDr3DMinEdge()
          Gets the value of the dr3DMinEdge property.
 String getDr3DTransform()
          Gets the value of the dr3DTransform property.
 String getDrawId()
          Gets the value of the drawId property.
 String getDrawLayer()
          Gets the value of the drawLayer property.
 String getDrawStyleName()
          Gets the value of the drawStyleName property.
 String getDrawTextStyleName()
          Gets the value of the drawTextStyleName property.
 String getDrawZIndex()
          Gets the value of the drawZIndex property.
 String getPresentationStyleName()
          Gets the value of the presentationStyleName property.
 String getTableEndCellAddress()
          Gets the value of the tableEndCellAddress property.
 String getTableEndX()
          Gets the value of the tableEndX property.
 String getTableEndY()
          Gets the value of the tableEndY property.
 String getTableTableBackground()
          Gets the value of the tableTableBackground property.
 void setDr3DMaxEdge(String value)
          Sets the value of the dr3DMaxEdge property.
 void setDr3DMinEdge(String value)
          Sets the value of the dr3DMinEdge property.
 void setDr3DTransform(String value)
          Sets the value of the dr3DTransform property.
 void setDrawId(String value)
          Sets the value of the drawId property.
 void setDrawLayer(String value)
          Sets the value of the drawLayer property.
 void setDrawStyleName(String value)
          Sets the value of the drawStyleName property.
 void setDrawTextStyleName(String value)
          Sets the value of the drawTextStyleName property.
 void setDrawZIndex(String value)
          Sets the value of the drawZIndex property.
 void setPresentationStyleName(String value)
          Sets the value of the presentationStyleName property.
 void setTableEndCellAddress(String value)
          Sets the value of the tableEndCellAddress property.
 void setTableEndX(String value)
          Sets the value of the tableEndX property.
 void setTableEndY(String value)
          Sets the value of the tableEndY property.
 void setTableTableBackground(String value)
          Sets the value of the tableTableBackground property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dr3DMaxEdge

protected String dr3DMaxEdge

dr3DMinEdge

protected String dr3DMinEdge

dr3DTransform

protected String dr3DTransform

drawId

protected String drawId

drawLayer

protected String drawLayer

drawStyleName

protected String drawStyleName

drawTextStyleName

protected String drawTextStyleName

drawZIndex

protected String drawZIndex

presentationStyleName

protected String presentationStyleName

tableEndCellAddress

protected String tableEndCellAddress

tableEndX

protected String tableEndX

tableEndY

protected String tableEndY

tableTableBackground

protected String tableTableBackground
Constructor Detail

Dr3DCube

public Dr3DCube()
Method Detail

getDr3DMaxEdge

public String getDr3DMaxEdge()
Gets the value of the dr3DMaxEdge property.

Returns:
possible object is String

getDr3DMinEdge

public String getDr3DMinEdge()
Gets the value of the dr3DMinEdge property.

Returns:
possible object is String

getDr3DTransform

public String getDr3DTransform()
Gets the value of the dr3DTransform property.

Returns:
possible object is String

getDrawId

public String getDrawId()
Gets the value of the drawId property.

Returns:
possible object is String

getDrawLayer

public String getDrawLayer()
Gets the value of the drawLayer property.

Returns:
possible object is String

getDrawStyleName

public String getDrawStyleName()
Gets the value of the drawStyleName property.

Returns:
possible object is String

getDrawTextStyleName

public String getDrawTextStyleName()
Gets the value of the drawTextStyleName property.

Returns:
possible object is String

getDrawZIndex

public String getDrawZIndex()
Gets the value of the drawZIndex property.

Returns:
possible object is String

getPresentationStyleName

public String getPresentationStyleName()
Gets the value of the presentationStyleName property.

Returns:
possible object is String

getTableEndCellAddress

public String getTableEndCellAddress()
Gets the value of the tableEndCellAddress property.

Returns:
possible object is String

getTableEndX

public String getTableEndX()
Gets the value of the tableEndX property.

Returns:
possible object is String

getTableEndY

public String getTableEndY()
Gets the value of the tableEndY property.

Returns:
possible object is String

getTableTableBackground

public String getTableTableBackground()
Gets the value of the tableTableBackground property.

Returns:
possible object is String

setDr3DMaxEdge

public void setDr3DMaxEdge(String value)
Sets the value of the dr3DMaxEdge property.

Parameters:
value - allowed object is String

setDr3DMinEdge

public void setDr3DMinEdge(String value)
Sets the value of the dr3DMinEdge property.

Parameters:
value - allowed object is String

setDr3DTransform

public void setDr3DTransform(String value)
Sets the value of the dr3DTransform property.

Parameters:
value - allowed object is String

setDrawId

public void setDrawId(String value)
Sets the value of the drawId property.

Parameters:
value - allowed object is String

setDrawLayer

public void setDrawLayer(String value)
Sets the value of the drawLayer property.

Parameters:
value - allowed object is String

setDrawStyleName

public void setDrawStyleName(String value)
Sets the value of the drawStyleName property.

Parameters:
value - allowed object is String

setDrawTextStyleName

public void setDrawTextStyleName(String value)
Sets the value of the drawTextStyleName property.

Parameters:
value - allowed object is String

setDrawZIndex

public void setDrawZIndex(String value)
Sets the value of the drawZIndex property.

Parameters:
value - allowed object is String

setPresentationStyleName

public void setPresentationStyleName(String value)
Sets the value of the presentationStyleName property.

Parameters:
value - allowed object is String

setTableEndCellAddress

public void setTableEndCellAddress(String value)
Sets the value of the tableEndCellAddress property.

Parameters:
value - allowed object is String

setTableEndX

public void setTableEndX(String value)
Sets the value of the tableEndX property.

Parameters:
value - allowed object is String

setTableEndY

public void setTableEndY(String value)
Sets the value of the tableEndY property.

Parameters:
value - allowed object is String

setTableTableBackground

public void setTableTableBackground(String value)
Sets the value of the tableTableBackground property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.