Uses of Interface
ca.cgjennings.graphics.shapes.VectorImage
-
Packages that use VectorImage Package Description ca.cgjennings.apps.arkham ca.cgjennings.apps.arkham.dialog ca.cgjennings.graphics.shapes resources -
-
Uses of VectorImage in ca.cgjennings.apps.arkham
Methods in ca.cgjennings.apps.arkham that return VectorImage Modifier and Type Method Description VectorImage
VectorImageViewer. getImage()
Returns the vector image displayed by this viewer.Methods in ca.cgjennings.apps.arkham with parameters of type VectorImage Modifier and Type Method Description void
VectorImageViewer. setImage(VectorImage image)
Sets the vector image displayed by this viewer. -
Uses of VectorImage in ca.cgjennings.apps.arkham.dialog
Methods in ca.cgjennings.apps.arkham.dialog that return VectorImage Modifier and Type Method Description VectorImage
VectorImageViewer. getImage()
Returns the vector image being displayed.Methods in ca.cgjennings.apps.arkham.dialog with parameters of type VectorImage Modifier and Type Method Description void
VectorImageViewer. setImage(VectorImage image)
Sets the vector image to display.Constructors in ca.cgjennings.apps.arkham.dialog with parameters of type VectorImage Constructor Description VectorImageViewer(java.awt.Frame parent, VectorImage image, boolean modal)
Creates a new vector image viewer for the specified image.VectorImageViewer(java.awt.Window parent, VectorImage image, boolean modal)
Creates a new vector image viewer for the specified image.VectorImageViewer(java.awt.Window parent, VectorImage image, java.io.File original, boolean modal)
Creates a new vector image viewer for the specified image. -
Uses of VectorImage in ca.cgjennings.graphics.shapes
Classes in ca.cgjennings.graphics.shapes that implement VectorImage Modifier and Type Class Description class
AbstractVectorImage
An abstract base class for creating vector images.class
SubregionVectorImage
A vector image that consists of a rectangular region within another vector image.class
SVGVectorImage
A vector image whose content is loaded from an SVG source file.Methods in ca.cgjennings.graphics.shapes that return VectorImage Modifier and Type Method Description VectorImage
VectorIcon. getImage()
Returns the vector image painted by this icon.Constructors in ca.cgjennings.graphics.shapes with parameters of type VectorImage Constructor Description VectorIcon(VectorImage vectorImage, int iconWidth, int iconHeight, boolean fitToSize)
-
Uses of VectorImage in resources
Methods in resources that return VectorImage Modifier and Type Method Description abstract VectorImage
StrangeImage. asVectorImage()
Returns a version of the image as aVectorImage
image.static VectorImage
ResourceKit. getMissingVectorImage()
Returns the vector image used as a stand-in when a requested resource cannot be loaded.static VectorImage
ResourceKit. getVectorImage(java.lang.String resource)
Given the path to a resource file containing a vector image, returns the image.Methods in resources with parameters of type VectorImage Modifier and Type Method Description static StrangeImage
StrangeImage. create(VectorImage source)
Creates a newStrangeImage
from the specified vector image source.
-