public class GraphicObject extends java.lang.Object implements java.lang.Cloneable, Formattable
Modifier and Type | Field and Description |
---|---|
protected Location<XMLDocumentIdentifier> |
location
Generated by umod; model author's documentation MISSING.
|
protected java.lang.Object |
semantics
Generated by umod; model author's documentation MISSING.
|
format
Constructor and Description |
---|
GraphicObject()
Synthetic minimal constructor provided by the umod compiler.
|
Modifier and Type | Method and Description |
---|---|
GraphicObject |
doclone()
Clones this object.
|
void |
doPrint(PrintContext pr,
int pos,
float x,
float aux,
float y,
float dist,
GraphicObject master) |
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
Location<XMLDocumentIdentifier> |
get_location()
Generated by umod; model author's documentation MISSING.
|
Extension |
get_rawExtension() |
java.lang.Object |
get_semantics()
Generated by umod; model author's documentation MISSING.
|
GraphicObject |
initFrom(java.lang.Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_location(Location<XMLDocumentIdentifier> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_semantics(java.lang.Object val)
Generated by umod; model author's documentation MISSING.
|
protected Location<XMLDocumentIdentifier> location
Location
(maybe
null)protected java.lang.Object semantics
Object
(maybe
null)get_semantics()
,
set_semantics(java.lang.Object)
public GraphicObject()
public GraphicObject doclone()
Cloneable
is known to
be implemented.public Format format()
format
in interface Formattable
public void doPrint(PrintContext pr, int pos, float x, float aux, float y, float dist, GraphicObject master)
public GraphicObject initFrom(java.lang.Object o0)
public Location<XMLDocumentIdentifier> get_location()
Location
(maybe null)public boolean set_location(Location<XMLDocumentIdentifier> val)
public Extension get_rawExtension()
public java.lang.Object get_semantics()
Object
(maybe
null)public boolean set_semantics(java.lang.Object val)
val
- the new value of type Object
(maybe
null)semantics