Package net.mcreator.ui.component
Class SquareLoaderIcon
java.lang.Object
net.mcreator.ui.component.SquareLoaderIcon
- All Implemented Interfaces:
Icon
-
Constructor Summary
ConstructorDescriptionSquareLoaderIcon
(int size, int spacing) SquareLoaderIcon
(int size, int spacing, Color foreground) SquareLoaderIcon
(JComponent owner, int size, int spacing, Color foreground) -
Method Summary
Modifier and TypeMethodDescriptionint
int
void
-
Constructor Details
-
SquareLoaderIcon
public SquareLoaderIcon(int size, int spacing) -
SquareLoaderIcon
-
SquareLoaderIcon
public SquareLoaderIcon(@Nullable JComponent owner, int size, int spacing, @Nullable Color foreground)
-
-
Method Details
-
paintIcon
-
getIconWidth
public int getIconWidth()- Specified by:
getIconWidth
in interfaceIcon
-
getIconHeight
public int getIconHeight()- Specified by:
getIconHeight
in interfaceIcon
-