Package ro.sync.ecss.css
Class LabelContent
java.lang.Object
ro.sync.ecss.css.LabelContent
- All Implemented Interfaces:
StaticContent
@API(type=NOT_EXTENDABLE,
src=PRIVATE)
public class LabelContent
extends Object
implements StaticContent
The content correspondent to an oxy_label function.
-
Field Summary
FieldsFields inherited from interface ro.sync.ecss.css.StaticContent
CONTENT_CONTENT, COUNTER_CONTENT, COUNTERS_CONTENT, EDITOR_CONTENT, LABEL_CONTENT, LEADER_CONTENT, STRING_FUNCTION_CONTENT, TARGET_COUNTER_CONTENT, TARGET_COUNTERS_CONTENT, TEXT_CONTENT, URI_CONTENT
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
WIDTH_RAW_PROPERTY
The width of the label. The values are parsed values of the "width" property from CSS. For example 20em. Not intended for public use.- See Also:
-
-
Constructor Details
-
LabelContent
Constructor.- Parameters:
properties
- The properties map.
-
-
Method Details
-
getType
public int getType()Description copied from interface:StaticContent
Gets the content type.- Specified by:
getType
in interfaceStaticContent
- Returns:
- The content type.
- See Also:
-
getProperties
- Returns:
- Returns the properties. The keys are defined as constants in
LabelCSSConstants
.
-
hashCode
public int hashCode() -
equals
-
toString
-