public class CollapsedBorderValue
extends java.lang.Object
Constructor and Description |
---|
CollapsedBorderValue(IdentValue style,
int width,
FSColor color,
int precedence) |
Modifier and Type | Method and Description |
---|---|
static CollapsedBorderValue |
borderBottom(BorderPropertySet border,
int precedence) |
static CollapsedBorderValue |
borderLeft(BorderPropertySet border,
int precedence) |
static CollapsedBorderValue |
borderRight(BorderPropertySet border,
int precedence) |
static CollapsedBorderValue |
borderTop(BorderPropertySet border,
int precedence) |
FSColor |
color() |
boolean |
defined() |
boolean |
exists() |
boolean |
hidden() |
int |
precedence() |
void |
setColor(FSColor color) |
void |
setPrecedence(int precedence) |
void |
setStyle(IdentValue style) |
void |
setWidth(int width) |
IdentValue |
style() |
int |
width() |
public CollapsedBorderValue(IdentValue style, int width, FSColor color, int precedence)
public FSColor color()
public void setColor(FSColor color)
public IdentValue style()
public void setStyle(IdentValue style)
public int width()
public void setWidth(int width)
public int precedence()
public void setPrecedence(int precedence)
public boolean defined()
public boolean exists()
public boolean hidden()
public static CollapsedBorderValue borderLeft(BorderPropertySet border, int precedence)
public static CollapsedBorderValue borderRight(BorderPropertySet border, int precedence)
public static CollapsedBorderValue borderTop(BorderPropertySet border, int precedence)
public static CollapsedBorderValue borderBottom(BorderPropertySet border, int precedence)