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 private
ScaledIconLoader(ResizableIcon resizableIcon)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
internalLoad()
(package private) boolean
isIconTransformed(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:
isIconTransformed
in classResizableIconImageIcon.ResizableIconLoader
-
internalLoad
protected void internalLoad()
- Overrides:
internalLoad
in classResizableIconImageIcon.ResizableIconLoader
-
-