Class BladeArrowIconUtils
java.lang.Object
org.pushingpixels.radiance.theming.internal.blade.BladeArrowIconUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
drawArrow
(Graphics2D g, float width, float height, float strokeWidth, int direction, RadianceColorScheme scheme, float alpha) static void
drawArrow
(Graphics2D g, int fontSize, Dimension boundingBox, int direction, RadianceColorScheme colorScheme, float alpha) static void
drawDoubleArrow
(Graphics2D g, float fullWidth, float fullHeight, float arrowGap, float strokeWidth, int direction, RadianceColorScheme colorScheme, float alpha) static Icon
getArrowIcon
(JComponent component, int direction, RadianceColorScheme scheme, float alpha) static Dimension
getArrowIconDimension
(int fontSize, int direction)
-
Constructor Details
-
BladeArrowIconUtils
public BladeArrowIconUtils()
-
-
Method Details
-
drawArrow
public static void drawArrow(Graphics2D g, int fontSize, Dimension boundingBox, int direction, RadianceColorScheme colorScheme, float alpha) -
drawArrow
public static void drawArrow(Graphics2D g, float width, float height, float strokeWidth, int direction, RadianceColorScheme scheme, float alpha) -
getArrowIconDimension
-
getArrowIcon
public static Icon getArrowIcon(JComponent component, int direction, RadianceColorScheme scheme, float alpha) -
drawDoubleArrow
public static void drawDoubleArrow(Graphics2D g, float fullWidth, float fullHeight, float arrowGap, float strokeWidth, int direction, RadianceColorScheme colorScheme, float alpha)
-