Class Range
java.lang.Object
org.eclnt.ccaddons.pbc.palayout.logic.any.Range
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Range
public Range(int from, int to)
-
-
Method Details
-
getFrom
public int getFrom() -
setFrom
public void setFrom(int from) -
getTo
public int getTo() -
setTo
public void setTo(int to)
-