public class OutlineAttribute extends Attribute
| Modifier and Type | Field and Description |
|---|---|
static String |
ABSOLUTE_OUTLINE |
static int |
MAX_HEIGHT |
static int |
MAX_WIDHT |
static String |
RELATIVE_OUTLINE |
COMPARE_BIGGER, COMPARE_EQUAL, COMPARE_SMALLER, FULL_MATCH, IGNORE_WEIGHT, NO_MATCH, NORMAL_WEIGHT| Modifier and Type | Method and Description |
|---|---|
Attribute |
applyChanges(Serializable actual) |
static OutlineAttribute |
create(Rectangle outline) |
static OutlineAttribute |
createAbsolute(Rectangle outline) |
Rectangle |
getValue()
Beware that JAXB does not differentiate between empty string and
null. |
double |
getWeight() |
double |
match(Attribute other) |
static Rectangle |
parse(String value) |
public static final String RELATIVE_OUTLINE
public static final String ABSOLUTE_OUTLINE
public static final int MAX_HEIGHT
public static final int MAX_WIDHT
public static OutlineAttribute createAbsolute(Rectangle outline)
public static OutlineAttribute create(Rectangle outline)
public Rectangle getValue()
Attributenull.public Attribute applyChanges(Serializable actual)
applyChanges in class AttributeCopyright © 2019 ReTest GmbH. All rights reserved.