public class Frame extends Object
| Modifier and Type | Field and Description |
|---|---|
List<Tag> |
controlTags |
List<DoABC> |
doABCs |
List<ActionList> |
doActions |
List<DefineFont> |
fonts |
List<ImportAssets> |
imports |
FrameLabel |
label |
int |
pos |
SymbolClass |
symbolClass |
| Constructor and Description |
|---|
Frame() |
| Modifier and Type | Method and Description |
|---|---|
void |
addExport(DefineTag def) |
void |
addFont(DefineFont tag) |
void |
addSymbolClass(String className,
DefineTag symbol) |
Iterator<DefineTag> |
exportIterator() |
Iterator<DefineFont> |
fontsIterator() |
Iterator<Tag> |
getReferences() |
boolean |
hasExports() |
boolean |
hasFonts() |
boolean |
hasSymbolClasses() |
void |
mergeSymbolClass(SymbolClass symbolClass) |
void |
removeExport(String name) |
void |
setExports(Map definitions) |
public List<ActionList> doActions
public FrameLabel label
public List<ImportAssets> imports
public int pos
public SymbolClass symbolClass
public List<DefineFont> fonts
public void mergeSymbolClass(SymbolClass symbolClass)
public boolean hasSymbolClasses()
public void addExport(DefineTag def)
public boolean hasExports()
public void removeExport(String name)
public void setExports(Map definitions)
public boolean hasFonts()
public void addFont(DefineFont tag)
public Iterator<DefineFont> fontsIterator()
Copyright © 2018 The Apache Software Foundation. All rights reserved.