public class BoxModel extends Object
| Constructor and Description |
|---|
BoxModel() |
| Modifier and Type | Method and Description |
|---|---|
List<Double> |
getBorder()
Border box
|
List<Double> |
getContent()
Content box
|
Integer |
getHeight()
Node height
|
List<Double> |
getMargin()
Margin box
|
List<Double> |
getPadding()
Padding box
|
ShapeOutsideInfo |
getShapeOutside()
Shape outside coordinates
|
Integer |
getWidth()
Node width
|
void |
setBorder(List<Double> border)
Border box
|
void |
setContent(List<Double> content)
Content box
|
void |
setHeight(Integer height)
Node height
|
void |
setMargin(List<Double> margin)
Margin box
|
void |
setPadding(List<Double> padding)
Padding box
|
void |
setShapeOutside(ShapeOutsideInfo shapeOutside)
Shape outside coordinates
|
void |
setWidth(Integer width)
Node width
|
public Integer getWidth()
public void setWidth(Integer width)
public Integer getHeight()
public void setHeight(Integer height)
public ShapeOutsideInfo getShapeOutside()
public void setShapeOutside(ShapeOutsideInfo shapeOutside)
Copyright © 2020. All rights reserved.