-
public final class BoxModelBox model.
-
-
Method Summary
Modifier and Type Method Description final List<Double>component1()final List<Double>component2()final List<Double>component3()final List<Double>component4()final Integercomponent5()final Integercomponent6()final ShapeOutsideInfocomponent7()final BoxModelcopy(List<Double> content, List<Double> padding, List<Double> border, List<Double> margin, Integer width, Integer height, ShapeOutsideInfo shapeOutside)final List<Double>getContent()Content box final List<Double>getPadding()Padding box final List<Double>getBorder()Border box final List<Double>getMargin()Margin box final IntegergetWidth()Node width final IntegergetHeight()Node height final ShapeOutsideInfogetShapeOutside()Shape outside coordinates -
-
Method Detail
-
component1
final List<Double> component1()
-
component2
final List<Double> component2()
-
component3
final List<Double> component3()
-
component4
final List<Double> component4()
-
component5
final Integer component5()
-
component6
final Integer component6()
-
component7
final ShapeOutsideInfo component7()
-
copy
final BoxModel copy(List<Double> content, List<Double> padding, List<Double> border, List<Double> margin, Integer width, Integer height, ShapeOutsideInfo shapeOutside)
-
getContent
final List<Double> getContent()
Content box
-
getPadding
final List<Double> getPadding()
Padding box
-
getShapeOutside
final ShapeOutsideInfo getShapeOutside()
Shape outside coordinates
-
-
-
-