| Package | Description | 
|---|---|
| com.pd4ml.html.doc.util | 
| Modifier and Type | Method and Description | 
|---|---|
LayoutSize | 
LayoutSize.expandedTo(LayoutSize other)  | 
LayoutSize | 
LayoutSize.fitToAspectRatio(LayoutSize aspectRatio,
                LayoutSize.AspectRatioFit fit)  | 
LayoutSize | 
LayoutSize.shrunkTo(LayoutSize other)  | 
LayoutSize | 
LayoutRect.size()  | 
LayoutSize | 
LayoutSize.transposedSize()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LayoutSize.clampToMinimumSize(LayoutSize minimumSize)  | 
void | 
LayoutRect.contract(LayoutSize size)  | 
void | 
LayoutRect.expand(LayoutSize size)  | 
LayoutSize | 
LayoutSize.expandedTo(LayoutSize other)  | 
LayoutSize | 
LayoutSize.fitToAspectRatio(LayoutSize aspectRatio,
                LayoutSize.AspectRatioFit fit)  | 
void | 
LayoutRect.move(LayoutSize size)  | 
void | 
LayoutRect.setSize(LayoutSize size)  | 
LayoutSize | 
LayoutSize.shrunkTo(LayoutSize other)  | 
| Constructor and Description | 
|---|
LayoutRect(LayoutPoint location,
          LayoutSize size)  | 
Revision 4.0.15 / 20220727-0149