Package com.myscript.iink
Class IndentationLevels
java.lang.Object
com.myscript.iink.IndentationLevels
Represents a selection indentation levels.
- Since:
- 2.1
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
low
public final long lowThe lowest indentation level. -
high
public final long highThe highest indentation level. -
max
public final long maxThe maximum indentation level.
-
-
Constructor Details
-
IndentationLevels
public IndentationLevels(long low, long high, long max) Constructor.- Parameters:
low
- the lowest indentation level.high
- the highest indentation level.max
- the maximum indentation level.
-
-
Method Details