Class AttachIcon
java.lang.Object
uno.anahata.asi.swing.icons.AbstractAnahataIcon
uno.anahata.asi.swing.icons.AttachIcon
- All Implemented Interfaces:
Icon
A programmatically drawn Icon representing an "Attach" action.
Stylized as a classic paperclip using the Barça Blue.
- Author:
- anahata
-
Field Summary
Fields inherited from class AbstractAnahataIcon
sizeModifier and TypeFieldDescriptionprotected final intThe dimension of the icon in pixels (width and height). -
Constructor Summary
ConstructorsConstructorDescriptionAttachIcon(int size) Constructs a new AttachIcon of the specified square size. -
Method Summary
Methods inherited from class AbstractAnahataIcon
getIconHeight, getIconWidth
-
Constructor Details
-
AttachIcon
public AttachIcon(int size) Constructs a new AttachIcon of the specified square size.- Parameters:
size- The size of the icon.
-
-
Method Details
-
paintIcon
-

