@DefaultSeverity(value=WARNING) public class SWFDefineFontAlignZonesLinkToIncorrectFontProblem extends CompilerProblem
Modifier and Type | Field and Description |
---|---|
static String |
DESCRIPTION |
int |
fontID |
long |
offset |
static int |
warningCode |
UNKNOWN
Constructor and Description |
---|
SWFDefineFontAlignZonesLinkToIncorrectFontProblem(int fontID,
String sourcePath,
long offset)
A DefineFontAlignZones record was found in an unexpected tag.
|
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getID, getLine, getSourcePath, getStart, toString
public static final String DESCRIPTION
public static final int warningCode
public final int fontID
public final long offset
public SWFDefineFontAlignZonesLinkToIncorrectFontProblem(int fontID, String sourcePath, long offset)
fontID
- The tag type that contains the DefineFontAlignZones record.sourcePath
- The normalized path of the file
in which the problem occurred.offset
- The byte offset where the problem occurred.Copyright © 2016 The Apache Software Foundation. All rights reserved.