Class content_paste_black_24dp
java.lang.Object
org.pushingpixels.radiance.theming.internal.svg.content_paste_black_24dp
- All Implemented Interfaces:
Icon, RadianceIcon
This class has been automatically generated using Radiance SVG transcoder.
-
Nested Class Summary
Nested classes/interfaces inherited from interface RadianceIcon
RadianceIcon.ColorFilter, RadianceIcon.Factory -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Shapeprivate RadianceIcon.ColorFilterprivate GeneralPathprivate intThe current height of this icon.private Paintprivate Shapeprivate Strokeprivate Stack<AffineTransform> private intThe current width of this icon. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateCreates a new transcoded SVG image. -
Method Summary
Modifier and TypeMethodDescriptionprivate void_paint0(Graphics2D g, float origAlpha) static RadianceIcon.Factoryfactory()Returns a factory that returns instances of this icon on demand.intintstatic doubleReturns the height of the bounding box of the original SVG image.static doubleReturns the width of the bounding box of the original SVG image.static doublegetOrigX()Returns the X of the bounding box of the original SVG image.static doublegetOrigY()Returns the Y of the bounding box of the original SVG image.private voidstatic RadianceIconof(int width, int height) Returns a new instance of this icon with specified dimensions.voidvoidsetColorFilter(RadianceIcon.ColorFilter colorFilter) voidsetDimension(Dimension newDimension) Changes the dimension ofthisicon.booleanstatic RadianceIconUIResourceuiResourceOf(int width, int height) Returns a newUIResourceinstance of this icon with specified dimensions.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface RadianceIcon
toImage
-
Field Details
-
shape
-
generalPath
-
paint
-
stroke
-
clip
-
colorFilter
-
transformsStack
-
width
private int widthThe current width of this icon. -
height
private int heightThe current height of this icon.
-
-
Constructor Details
-
content_paste_black_24dp
private content_paste_black_24dp()Creates a new transcoded SVG image. This is marked as private to indicate that app code should be using theof(int, int)method to obtain a pre-configured instance.
-
-
Method Details
-
_paint0
-
innerPaint
-
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:
getIconHeightin interfaceIcon
-
getIconWidth
public int getIconWidth()- Specified by:
getIconWidthin interfaceIcon
-
setDimension
Description copied from interface:RadianceIconChanges the dimension ofthisicon.- Specified by:
setDimensionin interfaceRadianceIcon- Parameters:
newDimension- New dimension forthisicon.
-
supportsColorFilter
public boolean supportsColorFilter()- Specified by:
supportsColorFilterin interfaceRadianceIcon
-
setColorFilter
- Specified by:
setColorFilterin interfaceRadianceIcon
-
paintIcon
-
of
Returns a new instance of this icon with specified dimensions.- Parameters:
width- Required width of the iconheight- Required height of the icon- Returns:
- A new instance of this icon with specified dimensions.
-
uiResourceOf
Returns a newUIResourceinstance of this icon with specified dimensions.- Parameters:
width- Required width of the iconheight- Required height of the icon- Returns:
- A new
UIResourceinstance of this icon with specified dimensions.
-
factory
Returns a factory that returns instances of this icon on demand.- Returns:
- Factory that returns instances of this icon on demand.
-