Class error_black_24dp

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

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

    • shape

      private Shape shape
    • generalPath

      private GeneralPath generalPath
    • paint

      private Paint paint
    • stroke

      private Stroke stroke
    • clip

      private Shape clip
    • colorFilter

      private RadianceIcon.ColorFilter colorFilter
    • transformsStack

      private Stack<AffineTransform> transformsStack
    • width

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

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

    • error_black_24dp

      private error_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 Details

    • _paint0

      private void _paint0(Graphics2D g, float origAlpha)
    • innerPaint

      private void innerPaint(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 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.