public class Visible extends GraphicObject
Modifier and Type | Field and Description |
---|---|
protected Visible |
glyph
Generated by umod; model author's documentation MISSING.
|
protected int |
logicalColor
Generated by umod; model author's documentation MISSING.
|
protected int |
logicalSize
Generated by umod; model author's documentation MISSING.
|
location, semantics
format
Constructor and Description |
---|
Visible()
Synthetic minimal constructor provided by the umod compiler.
|
Modifier and Type | Method and Description |
---|---|
Visible |
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.
|
Visible |
get_glyph()
Generated by umod; model author's documentation MISSING.
|
int |
get_logicalColor()
Generated by umod; model author's documentation MISSING.
|
int |
get_logicalSize()
Generated by umod; model author's documentation MISSING.
|
Visible |
initFrom(java.lang.Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_glyph(Visible val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_logicalColor(int val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_logicalSize(int val)
Generated by umod; model author's documentation MISSING.
|
get_location, get_rawExtension, get_semantics, set_location, set_semantics
protected int logicalColor
get_logicalColor()
,
set_logicalColor(int)
protected int logicalSize
get_logicalSize()
,
set_logicalSize(int)
protected Visible glyph
Visible
(maybe null)public Visible()
public Visible doclone()
Cloneable
is known to
be implemented.doclone
in class GraphicObject
public Format format()
format
in interface Formattable
format
in class GraphicObject
public void doPrint(PrintContext pr, int pos, float x, float aux, float y, float dist, GraphicObject master)
doPrint
in class GraphicObject
public Visible initFrom(java.lang.Object o0)
initFrom
in class GraphicObject
public int get_logicalColor()
public boolean set_logicalColor(int val)
val
- the new value of type int(never null)logicalColor
public int get_logicalSize()
public boolean set_logicalSize(int val)
val
- the new value of type int(never null)logicalSize
public Visible get_glyph()
Visible
(maybe
null)public boolean set_glyph(Visible val)