Class FPMIInternalFrameTitlePane.CloseButtonIcon

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void checkPaints()  
      protected java.awt.Shape createShape​(int w, int h)  
      protected java.awt.Stroke createStroke​(int w, int h)  
      int getIconHeight()  
      int getIconWidth()  
      void paintIcon​(java.awt.Component c, java.awt.Graphics g, int x, int y)  
      protected void paintShape​(java.awt.Graphics2D g2, java.awt.Shape shape, java.awt.Stroke stroke, int w, int h)  
      • Methods inherited from class java.lang.Object

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

      • checkPaints

        protected void checkPaints()
      • createStroke

        protected java.awt.Stroke createStroke​(int w,
                                               int h)
      • createShape

        protected java.awt.Shape createShape​(int w,
                                             int h)
      • paintIcon

        public void paintIcon​(java.awt.Component c,
                              java.awt.Graphics g,
                              int x,
                              int y)
        Specified by:
        paintIcon in interface javax.swing.Icon
      • paintShape

        protected void paintShape​(java.awt.Graphics2D g2,
                                  java.awt.Shape shape,
                                  java.awt.Stroke stroke,
                                  int w,
                                  int h)
      • getIconWidth

        public int getIconWidth()
        Specified by:
        getIconWidth in interface javax.swing.Icon
      • getIconHeight

        public int getIconHeight()
        Specified by:
        getIconHeight in interface javax.swing.Icon