public class TargetReport extends Object implements ITargetReport
ITargetReport
interface.Modifier and Type | Method and Description |
---|---|
Set<String> |
getAssetNames()
Gets the names of all the assets that are involved in the
ITarget . |
RGB |
getBackgroundColor()
Gets the background color.
|
Set<String> |
getDefinitionNames()
Gets the list of all the top-level, externally-visible definitions in the
ITarget . |
int |
getHeight()
Gets the user-defined height.
|
double |
getHeightPercent()
Gets the user-defined height percentage.
|
Set<String> |
getLibraryNames()
Gets the name of all the libraries that are involved in the
ITarget . |
String |
getPageTitle()
Gets the page title.
|
List<RSLSettings> |
getRequiredRSLs()
Gets the list of all RSLs required to run this application.
|
Set<String> |
getSourceNames()
Gets the name of all the sources that are involved in the
ITarget . |
int |
getWidth()
Gets the user-defined width.
|
double |
getWidthPercent()
Gets the user-defined width percentage.
|
public Set<String> getAssetNames()
ITargetReport
ITarget
.getAssetNames
in interface ITargetReport
public Set<String> getSourceNames()
ITargetReport
ITarget
.getSourceNames
in interface ITargetReport
public Set<String> getLibraryNames()
ITargetReport
ITarget
.getLibraryNames
in interface ITargetReport
public Set<String> getDefinitionNames()
ITargetReport
ITarget
. The sequence represents the order in which the
definitions are exported to the frame.
If the compilation did not generate a movie, this method returns an
empty collection.getDefinitionNames
in interface ITargetReport
public List<RSLSettings> getRequiredRSLs()
ITargetReport
getRequiredRSLs
in interface ITargetReport
public RGB getBackgroundColor()
ITargetReport
getBackgroundColor
in interface ITargetReport
public int getWidth()
ITargetReport
getWidth
in interface ITargetReport
0
if it was not
specified.public int getHeight()
ITargetReport
getHeight
in interface ITargetReport
0
if it was
not specified.public double getWidthPercent()
ITargetReport
getWidthPercent
in interface ITargetReport
0.0
if it was not specified.public double getHeightPercent()
ITargetReport
getHeightPercent
in interface ITargetReport
0.0
if it was not specified.public String getPageTitle()
ITargetReport
getPageTitle
in interface ITargetReport
null
if it was not specified.Copyright © 2016 The Apache Software Foundation. All rights reserved.