Package de.xima.fc.common.graphdot
Class Length.Inches
- java.lang.Object
-
- de.xima.fc.common.graphdot.Length
-
- de.xima.fc.common.graphdot.Length.Inches
-
- All Implemented Interfaces:
Serializable,CharSequence
- Enclosing class:
- Length
public static final class Length.Inches extends Length
ALengthwith the intrinsic unit inches.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.xima.fc.common.graphdot.Length
Length.Inches, Length.LengthFactory<L extends Length>, Length.Points
-
-
Constructor Summary
Constructors Constructor Description Inches(double inches)Creates a new length in inches.
-
Method Summary
All Methods Instance Methods Concrete Methods Default Methods Modifier and Type Method Description default charcharAt(int index)default IntStreamchars()default IntStreamcodePoints()booleanequals(Object obj)protected doublegetScaleIntrinsicToInches()inthashCode()default intlength()default CharSequencesubSequence(int start, int end)-
Methods inherited from class de.xima.fc.common.graphdot.Length
centimeters, decimeters, getIntrinsicValue, inches, millimeters, points, toInches, toPoints, toString
-
-
-
-
Method Detail
-
getScaleIntrinsicToInches
protected double getScaleIntrinsicToInches()
- Specified by:
getScaleIntrinsicToInchesin classLength
-
charAt
public default char charAt(int index)
- Specified by:
charAtin interfaceCharSequence
-
chars
public default IntStream chars()
- Specified by:
charsin interfaceCharSequence
-
codePoints
public default IntStream codePoints()
- Specified by:
codePointsin interfaceCharSequence
-
length
public default int length()
- Specified by:
lengthin interfaceCharSequence
-
subSequence
public default CharSequence subSequence(int start, int end)
- Specified by:
subSequencein interfaceCharSequence
-
-