A C D G H L S T U V 
All Classes All Packages

A

addPaint(String, Paint) - Method in class afester.javafx.svg.SvgStyleTools
 
afester.javafx.svg - package afester.javafx.svg
 

C

createLinearGradient(SVGOMLinearGradientElement, List<Stop>) - Method in class afester.javafx.svg.GradientFactory
Creates a JavaFX LinearGradient from an SVG linearGradient element.
createRadialGradient(SVGOMRadialGradientElement, List<Stop>) - Method in class afester.javafx.svg.GradientFactory
Creates a JavaFX RadialGradient from an SVG radialGradient element.

D

DISCARD - afester.javafx.svg.GradientPolicy
 

G

getFromAffine(Affine) - Static method in class afester.javafx.svg.TransformationOperations
Creates a TransformationOperations object from a JavaFX affine transformation.
getFromSvg(SVGMatrix) - Static method in class afester.javafx.svg.TransformationOperations
Creates a TransformationOperations object from an SVG transformation matrix.
getPaint(String) - Method in class afester.javafx.svg.SvgStyleTools
 
getRotation() - Method in class afester.javafx.svg.TransformationOperations
 
getScale() - Method in class afester.javafx.svg.TransformationOperations
 
getSkew() - Method in class afester.javafx.svg.TransformationOperations
 
getTranslation() - Method in class afester.javafx.svg.TransformationOperations
 
GradientFactory - Class in afester.javafx.svg
 
GradientFactory() - Constructor for class afester.javafx.svg.GradientFactory
Creates a new GradientFactory.
GradientPolicy - Enum in afester.javafx.svg
 

H

hasRotation() - Method in class afester.javafx.svg.TransformationOperations
 
hasScale() - Method in class afester.javafx.svg.TransformationOperations
 
hasSkew() - Method in class afester.javafx.svg.TransformationOperations
 
hasTranslation() - Method in class afester.javafx.svg.TransformationOperations
 

L

loadSvg(InputStream) - Method in class afester.javafx.svg.SvgLoader
Loads an SVG file from an InputStream and returns a corresponding JavaFX Group node.
loadSvg(String) - Method in class afester.javafx.svg.SvgLoader
Loads an SVG file from a file with a specified name and returns a corresponding JavaFX Group node.
loadSvgDocument(InputStream) - Method in class afester.javafx.svg.SvgLoader
Loads an SVG document from an input stream.
loadSvgDocument(String) - Method in class afester.javafx.svg.SvgLoader
 

S

setAddViewboxRect(boolean) - Method in class afester.javafx.svg.SvgLoader
Defines whether the returned JavaFX group shall contain a rectangle in the size of the svg document's viewbox.
setGradientTransformPolicy(GradientPolicy) - Method in class afester.javafx.svg.SvgLoader
Defines the gradient transformation policy to use when an SVG gradient element contains a gradientTransform attribute.
setTransformationPolicy(GradientPolicy) - Method in class afester.javafx.svg.GradientFactory
Sets the gradient transformation policy of the factory.
styleTools - Variable in class afester.javafx.svg.SvgBasicElementHandler
 
SvgBasicElementHandler - Class in afester.javafx.svg
 
svgElement - Variable in class afester.javafx.svg.SvgStyleTools
 
SvgLoader - Class in afester.javafx.svg
 
SvgLoader() - Constructor for class afester.javafx.svg.SvgLoader
Creates a new SVGLoader.
SvgStyleTools - Class in afester.javafx.svg
 

T

toString() - Method in class afester.javafx.svg.TransformationOperations
 
TransformationOperations - Class in afester.javafx.svg
 

U

USE_AS_IS - afester.javafx.svg.GradientPolicy
 
USE_SUPPORTED - afester.javafx.svg.GradientPolicy
 

V

valueOf(String) - Static method in enum afester.javafx.svg.GradientPolicy
Returns the enum constant of this type with the specified name.
values() - Static method in enum afester.javafx.svg.GradientPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
A C D G H L S T U V 
All Classes All Packages