Class TransportDiff.TransportRangeDiff
java.lang.Object
io.jmix.ui.widget.client.addon.aceeditor.TransportDiff.TransportRangeDiff
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TransportDiff
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
drow1
public int drow1 -
dcol1
public int dcol1 -
drow2
public int drow2 -
dcol2
public int dcol2
-
-
Constructor Details
-
TransportRangeDiff
public TransportRangeDiff() -
TransportRangeDiff
public TransportRangeDiff(int drow1, int dcol1, int drow2, int dcol2)
-
-
Method Details