java.lang.Object
org.xhtmlrenderer.css.style.derived.RectPropertySet
org.xhtmlrenderer.css.style.derived.BorderPropertySet
User: patrick
Date: Oct 21, 2005
-
Field Summary
FieldsFields inherited from class org.xhtmlrenderer.css.style.derived.RectPropertySet
ALL_ZEROS -
Constructor Summary
ConstructorsConstructorDescriptionBorderPropertySet(BorderPropertySet border) BorderPropertySet(CollapsedBorderValue top, CollapsedBorderValue right, CollapsedBorderValue bottom, CollapsedBorderValue left) -
Method Summary
Modifier and TypeMethodDescription@Nullable IdentValuedarken()Returns the colors for brighter parts of each side for a particular decoration stylefinal BorderPropertySetdarken(IdentValue style) Deprecated.booleanboolean@Nullable IdentValuelighten()Returns the colors for brighter parts of each side for a particular decoration stylefinal BorderPropertySetlighten(IdentValue style) Deprecated.static BorderPropertySetnewInstance(CalculatedStyle style, @Nullable CssContext ctx) booleannoBottom()booleannoLeft()booleannoRight()normalizedInstance(Rectangle bounds) booleannoTop()@Nullable IdentValuetopColor()@Nullable IdentValuetopStyle()toString()Methods inherited from class org.xhtmlrenderer.css.style.derived.RectPropertySet
bottom, copyOf, getLeftRightDiff, hasNegativeValues, height, isAllZeros, left, newInstance, resetNegativeValues, right, setBottom, setLeft, setRight, setTop, top, width
-
Field Details
-
EMPTY_BORDER
-
-
Constructor Details
-
BorderPropertySet
-
BorderPropertySet
public BorderPropertySet(CollapsedBorderValue top, CollapsedBorderValue right, CollapsedBorderValue bottom, CollapsedBorderValue left)
-
-
Method Details
-
lighten
@Deprecated @InlineMe(replacement="this.lighten()") public final BorderPropertySet lighten(IdentValue style) Deprecated. -
lighten
Returns the colors for brighter parts of each side for a particular decoration style -
darken
@Deprecated @InlineMe(replacement="this.darken()") public final BorderPropertySet darken(IdentValue style) Deprecated. -
darken
Returns the colors for brighter parts of each side for a particular decoration style -
newInstance
-
toString
- Overrides:
toStringin classRectPropertySet
-
noTop
public boolean noTop() -
noRight
public boolean noRight() -
noBottom
public boolean noBottom() -
noLeft
public boolean noLeft() -
topStyle
-
rightStyle
-
bottomStyle
-
leftStyle
-
topColor
-
rightColor
-
bottomColor
-
leftColor
-
hasHidden
public boolean hasHidden() -
hasBorderRadius
public boolean hasBorderRadius() -
getBottomRight
-
getBottomLeft
-
getTopRight
-
getTopLeft
-
normalizedInstance
-