Overview
This node displays a tape and the head of the tape
Script Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
public | HEADPOS_BOTTOM | Integer | ![]() |
the head is drawn below the tape |
|||
public | HEADPOS_TOP | Integer | ![]() |
the head is drawn above the tape |
Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
elementWidth | Number |
the width of one Symbol on the tape |
|||||
public | endSymbolIT | char | ![]() |
the end-symbol of the inputtape |
|||
public | head | Polygon | ![]() |
the head-node |
|||
public | headColor | Color | ![]() | ![]() | ![]() |
the color of the head |
|
public | hHeadPosition | Integer | ![]() | ![]() | ![]() |
the horizontal position of the head |
|
public | startSymbolIT | char | ![]() |
the start-symbol of the inputtape |
|||
public | startSymbolWT | char | ![]() |
the start-symbol of the workingtape |
|||
public | tapecontent | Node[] | ![]() | ![]() | ![]() |
the nodes of the tape |
|
tapeOffsetX | Number |
the current x-axis offset of the tape |
|||||
tapeOffsetY | Integer |
the current y-axis offset of the tape |
|||||
public | tapeword | String | ![]() | ![]() | ![]() |
the word of the tape |
|
public-init | vHeadPosition | Integer | ![]() | ![]() |
the vertical position of the head |
Inherited Variables
Function Summary
- protected create() : javafx.scene.Node