Class BladeArrowIconUtils
- java.lang.Object
-
- org.pushingpixels.radiance.theming.internal.blade.BladeArrowIconUtils
-
public class BladeArrowIconUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BladeArrowIconUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddrawArrow(java.awt.Graphics2D g, float width, float height, float strokeWidth, int direction, ContainerColorTokens colorTokens, float alpha)static voiddrawArrow(java.awt.Graphics2D g, int fontSize, java.awt.Dimension boundingBox, int direction, ContainerColorTokens colorTokens, float alpha)static voiddrawDoubleArrow(java.awt.Graphics2D g, float fullWidth, float fullHeight, float arrowGap, float strokeWidth, int direction, ContainerColorTokens tokens, float alpha)static javax.swing.IcongetArrowIcon(javax.swing.JComponent component, int direction, ContainerColorTokens tokens, float alpha)static java.awt.DimensiongetArrowIconDimension(int fontSize, int direction)
-
-
-
Method Detail
-
drawArrow
public static void drawArrow(java.awt.Graphics2D g, int fontSize, java.awt.Dimension boundingBox, int direction, ContainerColorTokens colorTokens, float alpha)
-
drawArrow
public static void drawArrow(java.awt.Graphics2D g, float width, float height, float strokeWidth, int direction, ContainerColorTokens colorTokens, float alpha)
-
getArrowIconDimension
public static java.awt.Dimension getArrowIconDimension(int fontSize, int direction)
-
getArrowIcon
public static javax.swing.Icon getArrowIcon(javax.swing.JComponent component, int direction, ContainerColorTokens tokens, float alpha)
-
drawDoubleArrow
public static void drawDoubleArrow(java.awt.Graphics2D g, float fullWidth, float fullHeight, float arrowGap, float strokeWidth, int direction, ContainerColorTokens tokens, float alpha)
-
-