JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

expand all

Profile: desktop, common

Overview

This node displays a Transition

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
currentHighlightColorColor

the current color of the rectangle wich is used for highlighting the node

publichighlightBoolean

indicates if the node should be highlighted or not

publichighlightColorColor

the color used to highlight the node

public-initisFiniteBoolean

indicates if the transition is part of an finite automaton

sInSymbolITString

the input symbol on the inputtape of the transition

sInSymbolWTString

the input symbol on the workingtape of the transition

sITDirectionString

the direction on the inputtape of the transition

sOutSymbolString

the output symbol of the transition

sStateString

the state of the transition

sTargetStateString

the target state of the transition

sWTDirectionString

the direction on the workingtape of the transition

publictransitionTransition

the transition of the node

Inherited Variables

Function Summary

create() : javafx.scene.Node
Returns
Node
 

Inherited Functions