Class storage_black_24dp

java.lang.Object
org.pushingpixels.radiance.theming.internal.svg.storage_black_24dp
All Implemented Interfaces:
Icon, RadianceIcon

public class storage_black_24dp extends Object implements RadianceIcon
This class has been automatically generated using Radiance SVG transcoder.
  • Method Details

    • 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 Icon
    • getIconWidth

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

      public void setDimension(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.
    • supportsColorFilter

      public boolean supportsColorFilter()
      Specified by:
      supportsColorFilter in interface RadianceIcon
    • setColorFilter

      public void setColorFilter(RadianceIcon.ColorFilter colorFilter)
      Specified by:
      setColorFilter in interface RadianceIcon
    • paintIcon

      public void paintIcon(Component c, Graphics g, int x, int y)
      Specified by:
      paintIcon in interface 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.