java.lang.Object
eu.hansolo.toolboxfx.geom.CornerRadii
-
Constructor Summary
ConstructorsConstructorDescriptionCornerRadii(double radius) CornerRadii(double topLeft, double topRight, double bottomRight, double bottomLeft) -
Method Summary
Modifier and TypeMethodDescriptiondoubledoubledoubledoublevoidsetBottomLeft(double value) voidsetBottomRight(double value) voidsetTopLeft(double value) voidsetTopRight(double value) toString()
-
Constructor Details
-
CornerRadii
public CornerRadii() -
CornerRadii
public CornerRadii(double radius) -
CornerRadii
public CornerRadii(double topLeft, double topRight, double bottomRight, double bottomLeft)
-
-
Method Details
-
getTopLeft
public double getTopLeft() -
setTopLeft
public void setTopLeft(double value) -
getTopRight
public double getTopRight() -
setTopRight
public void setTopRight(double value) -
getBottomRight
public double getBottomRight() -
setBottomRight
public void setBottomRight(double value) -
getBottomLeft
public double getBottomLeft() -
setBottomLeft
public void setBottomLeft(double value) -
toString
-