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