public class QfsmInitialTransition
extends java.lang.Object
itransition
XML element.Modifier and Type | Field and Description |
---|---|
private double |
drawEndPosX
The X coordinate of the end position.
|
private double |
drawEndPosY
The X coordinate of the end position.
|
private double |
drawPosX
The X coordinate of the position.
|
private double |
drawPosY
The Y coordinate of the position.
|
Constructor and Description |
---|
QfsmInitialTransition() |
Modifier and Type | Method and Description |
---|---|
double |
getDrawEndPosX() |
double |
getDrawEndPosY() |
double |
getDrawPosX() |
double |
getDrawPosY() |
void |
setDrawEndPosX(double drawEndPosX) |
void |
setDrawEndPosY(double drawEndPosY) |
void |
setDrawPosX(double drawPosX) |
void |
setDrawPosY(double drawPosY) |
private double drawPosX
private double drawPosY
private double drawEndPosX
private double drawEndPosY
public double getDrawPosX()
public void setDrawPosX(double drawPosX)
public double getDrawPosY()
public void setDrawPosY(double drawPosY)
public double getDrawEndPosX()
public void setDrawEndPosX(double drawEndPosX)
public double getDrawEndPosY()
public void setDrawEndPosY(double drawEndPosY)
Copyright 2013 Michal Turek, AnotherFSM.