|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.draw.DrawMarker
public class DrawMarker
Field Summary | |
---|---|
protected String |
drawName
|
protected String |
svgD
|
protected String |
svgViewBox
|
Constructor Summary | |
---|---|
DrawMarker()
|
Method Summary | |
---|---|
String |
getDrawName()
Gets the value of the drawName property. |
String |
getSvgD()
Gets the value of the svgD property. |
String |
getSvgViewBox()
Gets the value of the svgViewBox property. |
void |
setDrawName(String value)
Sets the value of the drawName property. |
void |
setSvgD(String value)
Sets the value of the svgD property. |
void |
setSvgViewBox(String value)
Sets the value of the svgViewBox property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String drawName
protected String svgD
protected String svgViewBox
Constructor Detail |
---|
public DrawMarker()
Method Detail |
---|
public String getDrawName()
String
public String getSvgD()
String
public String getSvgViewBox()
String
public void setDrawName(String value)
value
- allowed object is String
public void setSvgD(String value)
value
- allowed object is String
public void setSvgViewBox(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |