Package com.nomagic.ui
Class ScalableImageIcon.ByteArrayIconLoader
- java.lang.Object
-
- com.nomagic.ui.ScalableImageIcon.AbstractImageLoader
-
- com.nomagic.ui.ScalableImageIcon.ImageLoader
-
- com.nomagic.ui.ScalableImageIcon.MultiResolutionImageLoader
-
- com.nomagic.ui.ScalableImageIcon.ScaledImageLoader
-
- com.nomagic.ui.ScalableImageIcon.ByteArrayIconLoader
-
- Enclosing class:
- ScalableImageIcon
private class ScalableImageIcon.ByteArrayIconLoader extends ScalableImageIcon.ScaledImageLoader
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]
data
private java.net.URI
uri
-
Fields inherited from class com.nomagic.ui.ScalableImageIcon.ScaledImageLoader
scale
-
Fields inherited from class com.nomagic.ui.ScalableImageIcon.ImageLoader
url
-
Fields inherited from class com.nomagic.ui.ScalableImageIcon.AbstractImageLoader
icon, silent
-
-
Constructor Summary
Constructors Constructor Description ByteArrayIconLoader(byte[] data, java.net.URI uri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
internalLoad()
-
Methods inherited from class com.nomagic.ui.ScalableImageIcon.ScaledImageLoader
doNotScale, retrieveSizeForIcon, scaleSize
-
Methods inherited from class com.nomagic.ui.ScalableImageIcon.MultiResolutionImageLoader
convertToSVGIconURL, createIfNotEmpty
-
Methods inherited from class com.nomagic.ui.ScalableImageIcon.ImageLoader
init, init, init, internalLoadAsBitmap, internalLoadAsSVG, isSvg, loadBitmapIcon, loadSVGIcon, loadSVGIcon
-
Methods inherited from class com.nomagic.ui.ScalableImageIcon.AbstractImageLoader
getIcon, load, loadImage
-
-
-
-
Method Detail
-
internalLoad
protected void internalLoad()
- Overrides:
internalLoad
in classScalableImageIcon.ScaledImageLoader
-
-