Package com.nomagic.ui
Class SquareIcon.ScaledIconLoader
- java.lang.Object
-
- com.nomagic.ui.ScalableImageIcon.AbstractImageLoader
-
- com.nomagic.ui.ResizableIconImageIcon.ResizableIconLoader
-
- com.nomagic.ui.SquareIcon.ScaledIconLoader
-
- Enclosing class:
- SquareIcon
private final class SquareIcon.ScaledIconLoader extends ResizableIconImageIcon.ResizableIconLoader
-
-
Field Summary
-
Fields inherited from class com.nomagic.ui.ResizableIconImageIcon.ResizableIconLoader
iconHeight, iconWidth, resizableIcon
-
Fields inherited from class com.nomagic.ui.ScalableImageIcon.AbstractImageLoader
icon, silent
-
-
Constructor Summary
Constructors Modifier Constructor Description privateScaledIconLoader(ResizableIcon resizableIcon)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinternalLoad()(package private) booleanisIconTransformed(javax.swing.Icon icon, int width, int height)-
Methods inherited from class com.nomagic.ui.ResizableIconImageIcon.ResizableIconLoader
getTransformedHeight, getTransformedWidth
-
Methods inherited from class com.nomagic.ui.ScalableImageIcon.AbstractImageLoader
getIcon, init, load, loadImage
-
-
-
-
Constructor Detail
-
ScaledIconLoader
private ScaledIconLoader(ResizableIcon resizableIcon)
-
-
Method Detail
-
isIconTransformed
boolean isIconTransformed(javax.swing.Icon icon, int width, int height)- Overrides:
isIconTransformedin classResizableIconImageIcon.ResizableIconLoader
-
internalLoad
protected void internalLoad()
- Overrides:
internalLoadin classResizableIconImageIcon.ResizableIconLoader
-
-