Class brightness_high_black_24dp

    • Field Detail

      • shape

        private java.awt.Shape shape
      • generalPath

        private java.awt.geom.GeneralPath generalPath
      • paint

        private java.awt.Paint paint
      • stroke

        private java.awt.Stroke stroke
      • clip

        private java.awt.Shape clip
      • transformsStack

        private java.util.Stack<java.awt.geom.AffineTransform> transformsStack
      • width

        private int width
        The current width of this icon.
      • height

        private int height
        The current height of this icon.
    • Constructor Detail

      • brightness_high_black_24dp

        private brightness_high_black_24dp()
        Creates a new transcoded SVG image. This is marked as private to indicate that app code should be using the of(int, int) method to obtain a pre-configured instance.
    • Method Detail

      • _paint0

        private void _paint0​(java.awt.Graphics2D g,
                             float origAlpha)
      • innerPaint

        private void innerPaint​(java.awt.Graphics2D g)
      • getOrigX

        public static double getOrigX()
        Returns the X of the bounding box of the original SVG image.
        Returns:
        The X of the bounding box of the original SVG image.
      • getOrigY

        public static double getOrigY()
        Returns the Y of the bounding box of the original SVG image.
        Returns:
        The Y of the bounding box of the original SVG image.
      • getOrigWidth

        public static double getOrigWidth()
        Returns the width of the bounding box of the original SVG image.
        Returns:
        The width of the bounding box of the original SVG image.
      • getOrigHeight

        public static double getOrigHeight()
        Returns the height of the bounding box of the original SVG image.
        Returns:
        The height of the bounding box of the original SVG image.
      • getIconHeight

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

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

        public void setDimension​(java.awt.Dimension newDimension)
        Description copied from interface: RadianceIcon
        Changes the dimension of this icon.
        Specified by:
        setDimension in interface RadianceIcon
        Parameters:
        newDimension - New dimension for this icon.
      • paintIcon

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

        public static RadianceIcon of​(int width,
                                      int height)
        Returns a new instance of this icon with specified dimensions.
        Parameters:
        width - Required width of the icon
        height - Required height of the icon
        Returns:
        A new instance of this icon with specified dimensions.
      • uiResourceOf

        public static RadianceIconUIResource uiResourceOf​(int width,
                                                          int height)
        Returns a new UIResource instance of this icon with specified dimensions.
        Parameters:
        width - Required width of the icon
        height - Required height of the icon
        Returns:
        A new UIResource instance of this icon with specified dimensions.
      • factory

        public static RadianceIcon.Factory factory()
        Returns a factory that returns instances of this icon on demand.
        Returns:
        Factory that returns instances of this icon on demand.