Package org.xhtmlrenderer.render
Class BorderPainter.RelativeBorderProperties
java.lang.Object
org.xhtmlrenderer.render.BorderPainter.RelativeBorderProperties
- Enclosing class:
- BorderPainter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final boolean
private final float
private final BorderRadiusCorner
private final float
private final BorderRadiusCorner
private final double
private final float
-
Constructor Summary
ConstructorsConstructorDescriptionRelativeBorderProperties
(BorderPropertySet props, int side, float widthScale) -
Method Summary
-
Field Details
-
_top
private final float _top -
_left
private final float _left -
_right
private final float _right -
_leftCorner
-
_rightCorner
-
_rotation
private final double _rotation -
_dimensionsSwapped
private final boolean _dimensionsSwapped
-
-
Constructor Details
-
RelativeBorderProperties
-
-
Method Details
-
getRightCorner
-
getLeftCorner
-
getTop
public float getTop() -
getLeft
public float getLeft() -
getRight
public float getRight() -
getRotation
private double getRotation() -
isDimensionsSwapped
private boolean isDimensionsSwapped()
-