Uses of Interface
org.xhtmlrenderer.layout.Styleable
Packages that use Styleable
-
Uses of Styleable in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return types with arguments of type StyleableModifier and TypeMethodDescriptionBoxBuilder.createGeneratedContent
(LayoutContext c, Element element, String peName, CalculatedStyle style, PropertyValue property, BoxBuilder.ChildBoxInfo info) BoxBuilder.createGeneratedContentList
(LayoutContext c, Element element, PropertyValue propValue, @Nullable String peName, CalculatedStyle style, int mode, @Nullable BoxBuilder.ChildBoxInfo info) BoxBuilder.createGeneratedMarginBoxContent
(LayoutContext c, Element element, PropertyValue property, CalculatedStyle style, BoxBuilder.ChildBoxInfo info) Methods in org.xhtmlrenderer.layout with parameters of type StyleableModifier and TypeMethodDescriptionprivate static boolean
WhitespaceStripper.canCollapseThrough
(Styleable styleable) Method parameters in org.xhtmlrenderer.layout with type arguments of type StyleableModifier and TypeMethodDescriptionprivate static boolean
BoxBuilder.containsOrphanedTableContent
(List<Styleable> children) private static void
private static void
BoxBuilder.createAnonymousTableContent
(LayoutContext c, BlockBox source, IdentValue next, List<Styleable> childrenForAnonymous, List<Styleable> childrenWithAnonymous) private static void
BoxBuilder.createChildren
(LayoutContext c, BlockBox blockParent, Element parent, List<Styleable> children, BoxBuilder.ChildBoxInfo info, boolean inline) private static void
BoxBuilder.insertAnonymousBlocks
(Box parent, List<Styleable> children, boolean layoutRunningBlocks) private static void
BoxBuilder.insertGeneratedContent
(LayoutContext c, Element element, CalculatedStyle parentStyle, String peName, List<Styleable> children, BoxBuilder.ChildBoxInfo info) private static boolean
BoxBuilder.isAllProperTableNesting
(IdentValue parentDisplay, List<Styleable> children) private static BoxBuilder.ChildBoxInfo
BoxBuilder.lookForBlockContent
(List<Styleable> styleables) private static void
BoxBuilder.rebalanceInlineContent
(List<Styleable> content) Makes sure that anyInlineBox
incontent
both starts and ends withincontent
.private static void
BoxBuilder.resolveChildren
(BlockBox owner, List<Styleable> children, BoxBuilder.ChildBoxInfo info) private static void
BoxBuilder.resolveChildTableContent
(LayoutContext c, BlockBox parent, List<Styleable> children, BoxBuilder.ChildBoxInfo info, IdentValue target) Handles the situation when we find table content, but our parent is not table related.private static void
BoxBuilder.resolveTableContent
(LayoutContext c, BlockBox parent, List<Styleable> children, BoxBuilder.ChildBoxInfo info) Handles the situation when our current parent is table related.private static void
BoxBuilder.stripAllWhitespace
(List<Styleable> content) static void
WhitespaceStripper.stripInlineContent
(List<Styleable> inlineContent) Strips whitespace early in inline content generation.private static void
WhitespaceStripper.stripTextContent
(List<Styleable> stripped) -
Uses of Styleable in org.xhtmlrenderer.newtable
Classes in org.xhtmlrenderer.newtable that implement StyleableModifier and TypeClassDescriptionclass
class
class
An object representing an element withdisplay: table-column
ordisplay: table-column-group
.class
class
-
Uses of Styleable in org.xhtmlrenderer.render
Classes in org.xhtmlrenderer.render that implement StyleableModifier and TypeClassDescriptionfinal class
An anonymous block box as defined in the CSS spec.class
A block box as defined in the CSS spec.class
class
A class which represents a portion of an inline element.final class
ABox
which contains the portion of an inline element laid out on a single line.class
A line box contains a single line of text (or other inline content).class
A dummy box representing one side of the margin area of a page.class
A dummy box representing the viewportFields in org.xhtmlrenderer.render with type parameters of type StyleableMethods in org.xhtmlrenderer.render that return types with arguments of type StyleableMethod parameters in org.xhtmlrenderer.render with type arguments of type StyleableModifier and TypeMethodDescriptionfinal void
BlockBox.setInlineContent
(List<Styleable> inlineContent)