Package | Description |
---|---|
org.apache.flex.compiler.problems |
This package contains classes representing various problems
that can be encountered during compilation.
|
Modifier and Type | Class and Description |
---|---|
class |
FXGChildNodeNotSupportedProblem
Problem generated when a node does not support a child node.
|
class |
FXGContentNotContiguousProblem
Problem generated when the content of a node (such as
CDATA node of a RichText) is not contiguous.
|
class |
FXGDefinitionNotFoundProblem
Problem generated when a definition cannot be found in
the associated scope.
|
class |
FXGErrorEmbeddingImageProblem
Problem generated when an error is occurred while embedding
an image by an FXG file.
|
class |
FXGInvalidBooleanValueProblem
Problem generated when the value of an attribute which expects a boolean
value is not in the correct boolean form.
|
class |
FXGInvalidChildColorTransformNodeProblem
Problem generated when a ChildTransform node is supplied for a parent
node while the node has an alpha attribute.
|
class |
FXGInvalidChildMatrixNodeProblem
Problem generated when a matrix child node is supplied for a parent
node while the node has transformation attributes.
|
class |
FXGInvalidChildNodeProblem
Problem generated when a supplied child node is not supported by the parent node.
|
class |
FXGInvalidColorMatrixValueProblem
Problem generated when a supplied color matrix value is not in the requested format.
|
class |
FXGInvalidColorValueProblem
Problem generated when a supplied color value is not in the correct form.
|
class |
FXGInvalidDefinitionNameProblem
Problem generated when a reserved element name is used as a Library
definition name.
|
class |
FXGInvalidDoubleValueProblem
Problem generated when the value of an attribute which expects a double
value is not in the correct double form.
|
class |
FXGInvalidFloatValueProblem
Problem generated when the value of an attribute which expects a float
value is not in the correct float form.
|
class |
FXGInvalidGroupIDAttributeProblem
Problem generated when the id is supplied on a Group Definiton.
|
class |
FXGInvalidIntegerValueProblem
Problem generated when the value of an attribute which expects a integer
value is not in the correct integer form.
|
class |
FXGInvalidLibraryElementProblem
Problem generated when the Library element is after a graphical element.
|
class |
FXGInvalidMaskElementProblem
Problem generated when a mask element is after a graphical element.
|
class |
FXGInvalidNestingElementsProblem
Problem generated when a
|
class |
FXGInvalidNodeAttributeProblem
Problem generated when the supplied attribute is not supported by the node.
|
class |
FXGInvalidPathDataProblem
Problem generated when the supplied path data is not in valid form.
|
class |
FXGInvalidPercentValueProblem
Problem generated when the value of an attribute which expects a percentage
value is not in the correct percentage form.
|
class |
FXGInvalidRectRadiusXRadiusYAttributeProblem
Problem generated when the supplied RadiusX and/or RadiusY are not greater than 0.
|
class |
FXGInvalidRootNodeProblem
Problem generated when the root node of an FXG document is not Graphic.
|
class |
FXGInvalidScaleGridGroupChildProblem
Problem generated when a child Group exists in a Group that defines scale grid.
|
class |
FXGInvalidScaleGridRotationAttributeProblem
Problem generated when a Group that defines scale grid specifies rotation attribute.
|
class |
FXGInvalidTabStopsProblem
Problem generated when using malformed tab stops in an FXG document.
|
class |
FXGInvalidVersionProblem
Problem generated when the supplied version number of an FXG document
is either in an invalid form or not supported.
|
class |
FXGMissingAttributeProblem
Problem generated when a required attribute is missing in an element.
|
class |
FXGMissingGroupChildNodeProblem
Problem generated when a Definition element is missing a required Group child node or
has multiple Group child node.
|
class |
FXGMultipleElementProblem
Problem generated when an element that is expected to be used only once is used
multiple times such as mask element on a Graphic node.
|
class |
FXGOutOfRangeValueProblem
Problem generated when an out of range value is used for an attribute.
|
class |
FXGParserProblem
Problem generated when an error occurs while parsing an FXG file.
|
class |
FXGPrivateElementNotChildOfGraphicProblem
Problem generated when the supplied Private element is not the child of Graphic element.
|
class |
FXGPrivateElementNotLastProblem
Problem generated when the supplied Private element is not the
last child of Graphic element.
|
class |
FXGScanningProblem
Problem generated when an error occurs while scanning an FXG file.
|
class |
FXGUndefinedPropertyProblem
Problem generated when a supplied attribute on an element cannot be resolved.
|
class |
FXGUnknownAttributeValueProblem
Problem generated when a supplied value for an attribute cannot be resolved.
|
class |
FXGUnknownElementInVersionProblem
Problem generated when an element used in an FXG document cannot be resolved
for the specified FXG version.
|
class |
FXGVersionHandlerNotRegisteredProblem
Problem generated when a version handler cannot be found for the specified
version in an FXG document .
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.