java.lang.Object
eu.hansolo.medusa.tools.AngleConicalGradient
Created by hansolo on 21.12.15.
-
Constructor Summary
ConstructorsConstructorDescriptionAngleConicalGradient(double CENTER_X, double CENTER_Y, double OFFSET_ANGLE, Map<Double, javafx.scene.paint.Color> ANGLE_STOP_MAP, eu.hansolo.toolboxfx.ScaleDirection DIRECTION) AngleConicalGradient(double CENTER_X, double CENTER_Y, Map<Double, javafx.scene.paint.Color> ANGLE_STOP_MAP, eu.hansolo.toolboxfx.ScaleDirection DIRECTION) AngleConicalGradient(Map<Double, javafx.scene.paint.Color> ANGLE_STOP_MAP, eu.hansolo.toolboxfx.ScaleDirection DIRECTION) -
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.paint.ImagePatternapply(javafx.scene.shape.Shape SHAPE) double[]javafx.geometry.Point2Djavafx.scene.image.ImagegetImage(double WIDTH, double HEIGHT) javafx.scene.paint.ImagePatterngetImagePattern(javafx.scene.shape.Rectangle BOUNDS) javafx.scene.image.ImagegetRoundImage(double SIZE) List<javafx.scene.paint.Stop>getStops()voidrecalculateWithAngle(double ANGLE)
-
Constructor Details
-
AngleConicalGradient
-
AngleConicalGradient
-
AngleConicalGradient
-
-
Method Details
-
recalculateWithAngle
public void recalculateWithAngle(double ANGLE) -
getStops
-
getCenter
public double[] getCenter() -
getCenterPoint
public javafx.geometry.Point2D getCenterPoint() -
getImage
public javafx.scene.image.Image getImage(double WIDTH, double HEIGHT) -
getRoundImage
public javafx.scene.image.Image getRoundImage(double SIZE) -
apply
public javafx.scene.paint.ImagePattern apply(javafx.scene.shape.Shape SHAPE) -
getImagePattern
public javafx.scene.paint.ImagePattern getImagePattern(javafx.scene.shape.Rectangle BOUNDS)
-