public class Attributes extends Object implements Iterable<Map.Entry<String,Object>>, Serializable, Comparable<Attributes>
| Modifier and Type | Field and Description |
|---|---|
static String |
BACKGROUND_COLOR |
static String |
ENABLED |
static String |
FONT_FAMILY |
static String |
FONT_SIZE |
static String |
FONT_TYPE |
static String |
FOREGROUND_COLOR |
protected Screenshot |
screenshot |
static String |
SCREENSHOT |
static String |
TEXT |
static String |
TOOLTIP |
| Constructor and Description |
|---|
Attributes() |
| Modifier and Type | Method and Description |
|---|---|
Attributes |
applyChanges(Set<AttributeDifference> attributeChanges) |
int |
compareTo(Attributes other) |
boolean |
equals(Object object) |
Object |
get(String name) |
Map<String,? extends Serializable> |
getMap() |
int |
hashCode() |
Iterator<Map.Entry<String,Object>> |
iterator() |
int |
size() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic static final String TEXT
public static final String TOOLTIP
public static final String SCREENSHOT
public static final String ENABLED
public static final String BACKGROUND_COLOR
public static final String FOREGROUND_COLOR
public static final String FONT_SIZE
public static final String FONT_TYPE
public static final String FONT_FAMILY
protected final Screenshot screenshot
public int compareTo(Attributes other)
compareTo in interface Comparable<Attributes>public Map<String,? extends Serializable> getMap()
public int size()
public Attributes applyChanges(Set<AttributeDifference> attributeChanges)
Copyright © 2018 ReTest GmbH. All rights reserved.