Class BaseLayoutInfo
- java.lang.Object
-
- org.processmining.trafficlightcc.visualization.trafficlight.BaseLayoutInfo
-
public class BaseLayoutInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected floathHeightprotected floatwWidthprotected floatxX-coordinate (given a ({@link this#hDesiredExt} * {@link this#wDesiredExt}) box, the actual ({@link this#h} * {@link this#w}) box is position w.r.t.protected floatyY-coordinate (given a ({@link this#hDesiredExt} * {@link this#wDesiredExt}) box, the actual ({@link this#h} * {@link this#w}) box is position w.r.t.
-
Constructor Summary
Constructors Constructor Description BaseLayoutInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetH()floatgetW()floatgetX()floatgetY()java.lang.StringtoString()
-
-
-
Field Detail
-
x
protected float x
X-coordinate (given a ({@link this#hDesiredExt} * {@link this#wDesiredExt}) box, the actual ({@link this#h} * {@link this#w}) box is position w.r.t. this x-coordinate
-
y
protected float y
Y-coordinate (given a ({@link this#hDesiredExt} * {@link this#wDesiredExt}) box, the actual ({@link this#h} * {@link this#w}) box is position w.r.t. this y-coordinate
-
w
protected float w
Width
-
h
protected float h
Height
-
-