public class Block_FBcl
extends java.lang.Object
FBlock_FBcl, State_FBcl| Modifier and Type | Field and Description |
|---|---|
(package private) int[] |
graphicIntPos
This array contains all graphic positions where shapes are existing representing this data block.
|
protected java.lang.String |
name
Name of the instance of the block.
|
| Constructor and Description |
|---|
Block_FBcl(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addGpos(XY_FBcl gpos)
Adds the given Graphic position of a new graphic representation to this Block.
|
java.lang.String |
name() |
void |
setName(java.lang.String name)
This operation is only called in rarely cases where the name is depending on more complex conditions.
|
protected java.lang.String name
int[] graphicIntPos
public java.lang.String name()
public void setName(java.lang.String name)
namename - the new name.public void addGpos(XY_FBcl gpos)
gpos -