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()
ITargetReportITarget.getAssetNames in interface ITargetReportpublic Set<String> getSourceNames()
ITargetReportITarget.getSourceNames in interface ITargetReportpublic Set<String> getLibraryNames()
ITargetReportITarget.getLibraryNames in interface ITargetReportpublic Set<String> getDefinitionNames()
ITargetReportITarget. 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 ITargetReportpublic List<RSLSettings> getRequiredRSLs()
ITargetReportgetRequiredRSLs in interface ITargetReportpublic RGB getBackgroundColor()
ITargetReportgetBackgroundColor in interface ITargetReportpublic int getWidth()
ITargetReportgetWidth in interface ITargetReport0 if it was not
specified.public int getHeight()
ITargetReportgetHeight in interface ITargetReport0 if it was
not specified.public double getWidthPercent()
ITargetReportgetWidthPercent in interface ITargetReport0.0 if it was not specified.public double getHeightPercent()
ITargetReportgetHeightPercent in interface ITargetReport0.0 if it was not specified.public String getPageTitle()
ITargetReportgetPageTitle in interface ITargetReportnull if it was not specified.Copyright © 2016 The Apache Software Foundation. All rights reserved.