Package net.filebot.format
Class AutoUnitDecimal
java.lang.Object
net.filebot.format.AutoUnitDecimal
- All Implemented Interfaces:
CharSequence
,Comparable<Object>
,StringBinding
- Direct Known Subclasses:
ChannelCount
,FrameRate
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.CharSequence
chars, codePoints, isEmpty
Methods inherited from interface net.filebot.format.StringBinding
after, before, charAt, length, lower, lowerTrail, negative, removeAll, replace, replace, replaceAll, space, subSequence, upper, upperInitial
-
Constructor Details
-
AutoUnitDecimal
-
-
Method Details
-
getValue
-
toLong
-
toDouble
-
toInteger
-
toFloat
-
toNumber
-
compareTo
- Specified by:
compareTo
in interfaceComparable<Object>
-
equals
-
asType
-
div
-
round
-
format
-
format
-
format
-
format
-
isFraction
-
getFractionDigits
-
getNumber
-
getUnit
-
toString
- Specified by:
toString
in interfaceCharSequence
- Overrides:
toString
in classObject
-