public interface ITargetReport
ITarget| 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. | 
Set<String> getSourceNames()
ITarget.Set<String> getAssetNames()
ITarget.Set<String> getLibraryNames()
ITarget.Set<String> getDefinitionNames()
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.List<RSLSettings> getRequiredRSLs()
RGB getBackgroundColor()
int getWidth()
0 if it was not
 specified.int getHeight()
0 if it was
 not specified.double getWidthPercent()
0.0 if it was not specified.double getHeightPercent()
0.0 if it was not specified.String getPageTitle()
null if it was not specified.Copyright © 2016 The Apache Software Foundation. All rights reserved.