Package pi.graphics.boxes_ng
Class FramedBox
java.lang.Object
pi.graphics.boxes_ng.Box
pi.graphics.boxes_ng.ChildBox
pi.graphics.boxes_ng.CombinedChildBox
pi.graphics.boxes_ng.FramedBox
- Direct Known Subclasses:
FramedTextBox
Legt einen Rahmen um eine enthaltene Kind-Box.
Die Konzeption der Klasse ist inspiriert von dem CSS-Box-Model.
- Since:
- 0.40.0
- Author:
- Josef Friedrich
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal BackgroundBoxfinal BorderBoxfinal CellBoxfinal Boxfinal InsetBoxfinal InsetBoxFields inherited from class pi.graphics.boxes_ng.Box
childs, definedHeight, definedWidth, disabled, height, measureDimensionTwice, parent, pixelPerMeter, supportsDefinedDimension, width, x, y -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class pi.graphics.boxes_ng.CombinedChildBox
calculateAnchors, calculateDimensionMethods inherited from class pi.graphics.boxes_ng.ChildBox
addChild, numberOfChildsMethods inherited from class pi.graphics.boxes_ng.Box
anchor, anchorMeter, debug, disable, disabled, enable, hasDefiniedDimension, hasOnlyDefiniedHeight, hasOnlyDefiniedWidth, height, height, heightMeter, heightMeter, iterator, measure, measureAnchors, measureDimension, pixelPerMeter, pixelPerMeter, remeasure, render, render, toggle, toString, toStringFormatter, updateValue, width, width, widthMeter, widthMeter, x, x, xMeter, xMeter, y, y, yMeter, yMeter, yTopMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
margin
-
border
-
background
-
padding
-
container
-
-
-
Constructor Details
-
FramedBox
-