Class HexView


  • public class HexView
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      HexView()  
      HexView​(byte[] bytes)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void changeData​(byte[] bytes)  
      javax.swing.JComponent getPane()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • mainPane

        private final javax.swing.JComponent mainPane
      • FONT_SIZE

        static final int FONT_SIZE
      • FONT

        static final java.awt.Font FONT
      • SELECTED_COLOR

        static final java.awt.Color SELECTED_COLOR
      • BOLD_FONT

        static final java.awt.Font BOLD_FONT
      • RENDERING_HINTS

        static final java.util.Map<java.awt.RenderingHints.Key,​java.lang.Object> RENDERING_HINTS
    • Constructor Detail

      • HexView

        public HexView()
      • HexView

        public HexView​(byte[] bytes)
        Constructor.
        Parameters:
        bytes - takes a byte array.
    • Method Detail

      • changeData

        public void changeData​(byte[] bytes)
      • getPane

        public javax.swing.JComponent getPane()