Uses of Class
ca.cgjennings.graphics.shapes.AbstractVectorImage
-
Packages that use AbstractVectorImage Package Description ca.cgjennings.graphics.shapes -
-
Uses of AbstractVectorImage in ca.cgjennings.graphics.shapes
Subclasses of AbstractVectorImage in ca.cgjennings.graphics.shapes Modifier and Type Class Description 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 AbstractVectorImage Modifier and Type Method Description AbstractVectorImage
SubregionVectorImage. getSourceImage()
Returns the source image that this image is a subregion of.Constructors in ca.cgjennings.graphics.shapes with parameters of type AbstractVectorImage Constructor Description SubregionVectorImage(AbstractVectorImage sourceImage, double x, double y, double width, double height)
Creates a new vector image that consists of a rectangular subregion of a source vector image.SubregionVectorImage(AbstractVectorImage sourceImage, java.awt.geom.Rectangle2D subregion)
Creates a new vector image that consists of a rectangular subregion of a source vector image.
-