Package org.pepstock.charba.client.dom.enums
Contains enumerations used inside the DOM tree to set properties or invokes methods of elements or items.
- Author:
- Andrea "Stock" Stocchero
-
Enum Summary Enum Description BorderStyle Enumerates the sets the line style for all four sides of an element's border.CursorType Enumerates the sets the type of cursor, if any, to show when the mouse pointer is over an element.Display Enumerates the property sets whether an element is treated as a block or inline element and the layout used for its children.GlobalCompositeOperation Identifying which of the compositing or blending mode operations to use.MutationType Enumerates all types which can be set in the aMutationObserver
and consumable byMutationRecord.getType()
.NodeType Enumerates all possible types of aBaseNode
.
An integer is representing the type of the node.Position Enumerates the set of values how an element is positioned in a document.Repetition Enumerates the set of values how to repeat the pattern's image.TextBaseline Enumerates the set of values to specify the current text baseline used when drawing text.TextDecoration Enumerates the set of values to specify the appearance of decorative lines on text.Unit Enumerates the unit of measure for sizes.