All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
com.pd4ml.css.CSSValue |
align() |
Style.ItemPosition |
alignContent() |
Style.ItemPosition |
alignItems() |
Style.ItemPosition |
alignSelf() |
String |
attributesToString() |
Length |
bottom() |
Style.EBoxAlignment |
boxAlign() |
Style.EBoxOrient |
boxOrient() |
com.pd4ml.css.CSSValue |
boxSizing() |
Style |
cloneForContent(boolean strict) |
int |
compareTo(Style other) |
boolean |
definedEmpty(String key) |
boolean |
equals(Object other) |
Length |
flexBasis() |
Style.EFlexDirection |
flexDirection() |
Length |
flexGrow() |
Length |
flexShrink() |
Style.EFlexWrap |
flexWrap() |
Object |
get(String key) |
com.pd4ml.css.CSSValue |
getAttribute(String key) |
Object |
getAttributeObject(String key) |
Object |
getAttributeObject(String key,
Object defValue) |
HashMap |
getAttributes() |
String |
getAttributeValue(String key,
String defaultValue) |
String[] |
getAttributeValues(String key) |
Color |
getColorAttributeValue(String key,
Color defaultColor) |
Color |
getColorAttributeValue(String key,
Color defaultColor,
boolean askParent) |
com.pd4ml.css.CSSName |
getDisplayType() |
Style.Floating |
getFloat() |
float |
getFloatAttributeValue(String key,
float defaultValue) |
float |
getFontSize() |
String |
getHtmlAttribute(String key) |
int |
getIntAttributeValue(String key,
int defaultValue) |
Length |
getLengthAttributeValue(String key) |
Length |
getLengthAttributeValue(String key,
int defaultValue) |
float |
getLineHeight() |
Length |
getLineHeightObj() |
com.pd4ml.css.CSSName |
getOwnAttribute(String key) |
String |
getOwnAttributeValue(String key,
String defaultValue) |
Color |
getOwnColorAttributeValue(String key,
Color defaultColor) |
int |
getOwnIntAttributeValue(String key) |
Length |
getOwnLengthAttributeValue(String key) |
int |
getTextDecorationType() |
boolean |
hasAutoLeftAndRight() |
boolean |
hasAutoLeftOrRightMargin() |
boolean |
hasAutoTopAndBottom() |
boolean |
hasMargin() |
boolean |
hasPercentualWidthOrFlexBasis() |
boolean |
hasStaticBlockPosition(boolean horizontalWritingMode) |
boolean |
hasStaticInlinePosition(boolean horizontal) |
Length |
height() |
boolean |
isAbsPositioned() |
boolean |
isCenterAligned() |
boolean |
isColumnFlexDirection() |
boolean |
isFlippedBlocksWritingMode() |
boolean |
isFloat() |
boolean |
isHorizontalWritingMode() |
boolean |
isHorizontalWritingMode(Style.WritingMode writingMode) |
boolean |
isInline() |
boolean |
isLeftToRightDirection() |
boolean |
isRelPositioned() |
boolean |
isReverseFlexDirection() |
boolean |
isRightAligned() |
boolean |
isRTL() |
boolean |
isTBRL() |
boolean |
isVerticalWritingMode(Style.WritingMode writingMode) |
Style.ContentPosition |
justifyContentPosition() |
Length |
left() |
Length |
logicalHeight() |
Length |
logicalMaxHeight() |
Length |
logicalMaxWidth() |
Length |
logicalMinHeight() |
Length |
logicalMinWidth() |
Length |
logicalWidth() |
Length |
marginAfterUsing(Style parentStyle) |
Length |
marginBeforeUsing(Style parentStyle) |
Length |
marginBottom() |
Length |
marginEnd() |
Length |
marginEndUsing(Style parentStyle) |
Length |
marginLeft() |
Length |
marginRight() |
Length |
marginStart() |
Length |
marginStartUsing(Style parentStyle) |
Length |
marginTop() |
Length |
maxHeight() |
Length |
maxWidth() |
Length |
minHeight() |
Length |
minWidth() |
Style.EOverflow |
overflowX() |
Style.EOverflow |
overflowY() |
Style.ItemPosition |
resolvedAlignSelf(Style style,
Style.ItemPosition normalValueBehaviour) |
Length |
right() |
void |
set(String key,
com.pd4ml.css.CSSName value) |
void |
setAttributes(HashMap style) |
void |
setDefaultStyle(HashMap<String,Object> style) |
void |
setOwner(AbstractElement parent) |
void |
setStyle(HashMap<String,Object> style) |
Style.TextAlign |
textAlign() |
String |
textTransform() |
Length |
top() |
String |
toString() |
void |
unset(String key) |
Style.WhiteSpace |
whiteSpace() |
Length |
width() |
String |
wordBreak() |
Style.WritingMode |
writingMode() |