Class IntHexFormatter

    • Constructor Detail

      • IntHexFormatter

        public IntHexFormatter()
    • Method Detail

      • getType

        public Type getType()
      • format

        public String format(int n)
      • getCase

        public Case getCase()
      • setCase

        public void setCase(Case c)
      • isPrintRadixIndicator

        public boolean isPrintRadixIndicator()
      • setPrintRadixIndicator

        public void setPrintRadixIndicator(boolean printRadixIndicator)
      • getMinWidth

        public int getMinWidth()
      • setMinWidth

        public void setMinWidth(int minWidth)
      • getPadChar

        public char getPadChar()
      • setPadChar

        public void setPadChar(char padChar)
      • isPadBeforeRadixIndicator

        public boolean isPadBeforeRadixIndicator()
      • setPadBeforeRadixIndicator

        public void setPadBeforeRadixIndicator(boolean padBeforeRadixIndicator)