Package | Description |
---|---|
org.apache.flex.compiler.css |
This package contains interfaces and classes representing various CSS concepts.
|
org.apache.flex.compiler.internal.css |
This package is the internal extension of the external
org.apache.flex.compiler.css package. |
Modifier and Type | Method and Description |
---|---|
ICSSPropertyValue |
ICSSProperty.getValue() |
ICSSPropertyValue |
ICSSMediaQueryCondition.getValue()
Get value of the media condition which is the right-hand side of the
colon character.
|
Modifier and Type | Class and Description |
---|---|
class |
CSSArrayPropertyValue
Array type property values are comma-separated values in CSS properties.
|
class |
CSSColorPropertyValue
Implementation for CSS color property values.
|
class |
CSSFunctionCallPropertyValue
Base class for CSS function call property values.
|
class |
CSSKeywordPropertyValue
Implementation for CSS keyword property value.
|
class |
CSSNumberPropertyValue
Implementation for number CSS property values.
|
class |
CSSPropertyValue
Base class for all CSS property value types.
|
class |
CSSRgbaColorPropertyValue
Implementation for CSS rgb (0,0,0) property values.
|
class |
CSSRgbColorPropertyValue
Implementation for CSS rgb (0,0,0) property values.
|
class |
CSSStringPropertyValue
Implementation for CSS string property values.
|
class |
CSSURLAndFormatPropertyValue |
Modifier and Type | Method and Description |
---|---|
ICSSPropertyValue |
CSSProperty.getValue() |
ICSSPropertyValue |
CSSMediaQueryCondition.getValue() |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<? extends ICSSPropertyValue> |
CSSArrayPropertyValue.getElements() |
ArrayList<ICSSPropertyValue> |
CSSFontFace.getSources() |
Copyright © 2016 The Apache Software Foundation. All rights reserved.