Uses of Interface
eu.simuline.util.RealRepresentation.Cutter
-
Packages that use RealRepresentation.Cutter Package Description eu.simuline.util Utility classes: very inhomogeneous. -
-
Uses of RealRepresentation.Cutter in eu.simuline.util
Fields in eu.simuline.util declared as RealRepresentation.Cutter Modifier and Type Field Description static RealRepresentation.CutterRealRepresentation. ALIGN_CUT_OFF_LEFTDescribe the action to be taken if a sequence of symbols, e.g. digits are longer as needed.static RealRepresentation.CutterRealRepresentation. ALIGN_CUT_OFF_RIGHTDescribe the action to be taken if a sequence of symbols, e.g. digits are longer as needed.static RealRepresentation.CutterRealRepresentation. ALIGN_EXCEPTIONDescribe the action to be taken if a sequence of symbols, e.g. digits are longer as needed.static RealRepresentation.CutterRealRepresentation. ALIGN_LEAVE_UNCHANGEDDescribe the action to be taken if a sequence of symbols, e.g. digits are longer as desired.private RealRepresentation.CutterRealRepresentation.Desc. fractionCutterMethods in eu.simuline.util with parameters of type RealRepresentation.Cutter Modifier and Type Method Description static StringRealRepresentation. alignLeft(String str, int len, char filler, RealRepresentation.Cutter cutter)Returns aStringwhich is by attaching the minimal number offillers to the right hand side ofstrsuch that the length of the result is at leastint.static StringRealRepresentation. alignRight(String str, int len, char filler, RealRepresentation.Cutter cutter)Returns aStringwhich is by attaching the minimal number offillers to the left hand side ofstrsuch that the length of the result is at leastint.StringRealRepresentation. trimFraction(int numDigits, char blankOrNull, RealRepresentation.Cutter cutter)Trims the fractional part to lengthnumDigitsif possible.
-