Package com.stimulsoft.base.drawing
Class StiCornerRadius
java.lang.Object
com.stimulsoft.base.drawing.StiCornerRadius
Copyright Stimulsoft
-
Constructor Summary
ConstructorsConstructorDescriptionStiCornerRadius(double all) StiCornerRadius(double topLeft, double topRight, double bottomRight, double bottomLeft) -
Method Summary
Modifier and TypeMethodDescriptionclone()doubledoubledoubledoublebooleanisEmpty()voidsetBottomLeft(double bottomLeft) voidsetBottomRight(double bottomRight) voidsetTopLeft(double topLeft) voidsetTopRight(double topRight)
-
Constructor Details
-
StiCornerRadius
public StiCornerRadius(double all) -
StiCornerRadius
public StiCornerRadius(double topLeft, double topRight, double bottomRight, double bottomLeft) -
StiCornerRadius
public StiCornerRadius()
-
-
Method Details
-
getTopLeft
public double getTopLeft() -
setTopLeft
public void setTopLeft(double topLeft) -
getTopRight
public double getTopRight() -
setTopRight
public void setTopRight(double topRight) -
getBottomLeft
public double getBottomLeft() -
setBottomLeft
public void setBottomLeft(double bottomLeft) -
getBottomRight
public double getBottomRight() -
setBottomRight
public void setBottomRight(double bottomRight) -
isEmpty
public boolean isEmpty() -
clone
-