Uses of Class
resources.StrangeImage
-
Packages that use StrangeImage Package Description ca.cgjennings.layout resources -
-
Uses of StrangeImage in ca.cgjennings.layout
Methods in ca.cgjennings.layout with parameters of type StrangeImage Modifier and Type Method Description TextStyle
GraphicStyleFactory. createStyle(StrangeImage i)
TextStyle
GraphicStyleFactory. createStyle(StrangeImage i, int alignment)
TextStyle
GraphicStyleFactory. createStyle(StrangeImage i, int alignment, double width, double height, float originX, float originY)
-
Uses of StrangeImage in resources
Methods in resources that return StrangeImage Modifier and Type Method Description static StrangeImage
StrangeImage. create(VectorImage source)
Creates a newStrangeImage
from the specified vector image source.static StrangeImage
StrangeImage. create(java.awt.Image source)
Creates a newStrangeImage
from the specified bitmap image source.static StrangeImage
StrangeImage. get(java.lang.String identifier)
Returns aStrangeImage
for the given identifier.static StrangeImage
StrangeImage. getInvisibleImage()
Returns aStrangeImage
that is completely invisible.static StrangeImage
StrangeImage. getMissingImage()
Returns a standard image returned fromget(java.lang.String)
when an image cannot be obtained from the specified identifier.
-