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
-
Nested Class Summary
Nested classes/interfaces inherited from class Length
Length.Inches, Length.LengthFactory<L>, Length.Points -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondefault charcharAt(int index) default IntStreamchars()default IntStreamfinal booleanprotected doublefinal inthashCode()default intlength()default CharSequencesubSequence(int start, int end) Methods inherited from class Length
centimeters, decimeters, getIntrinsicValue, inches, millimeters, points, toInches, toPoints, toString
-
Constructor Details
-
Inches
public Inches(double inches) Creates a new length in inches.- Parameters:
inches- Length in inches.
-
-
Method Details
-
getScaleIntrinsicToInches
protected double getScaleIntrinsicToInches()- Specified by:
getScaleIntrinsicToInchesin classLength
-
equals
-
hashCode
-
charAt
default char charAt(int index) - Specified by:
charAtin interfaceCharSequence
-
chars
- Specified by:
charsin interfaceCharSequence
-
codePoints
- Specified by:
codePointsin interfaceCharSequence
-
length
default int length()- Specified by:
lengthin interfaceCharSequence
-
subSequence
- Specified by:
subSequencein interfaceCharSequence
-