|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StiResourceType | |
|---|---|
| com.stimulsoft.report.dictionary | |
| com.stimulsoft.report.dictionary.enums | |
| com.stimulsoft.report.helpers | |
| Uses of StiResourceType in com.stimulsoft.report.dictionary |
|---|
| Fields in com.stimulsoft.report.dictionary declared as StiResourceType | |
|---|---|
StiResourceType |
StiResource.type
|
| Methods in com.stimulsoft.report.dictionary that return StiResourceType | |
|---|---|
StiResourceType |
StiResource.getType()
The key of the dictionary object. |
| Methods in com.stimulsoft.report.dictionary with parameters of type StiResourceType | |
|---|---|
void |
StiResource.setType(StiResourceType type)
The key of the dictionary object. |
| Constructors in com.stimulsoft.report.dictionary with parameters of type StiResourceType | |
|---|---|
StiResource(java.lang.String name,
StiResourceType type,
byte[] content)
Creates an object of the type StiResource. |
|
StiResource(java.lang.String name,
java.lang.String alias,
boolean inherited,
StiResourceType type,
byte[] content)
|
|
StiResource(java.lang.String name,
java.lang.String alias,
boolean inherited,
StiResourceType type,
byte[] content,
boolean availableInTheViewer)
Creates an object of the type StiResource. |
|
StiResource(java.lang.String name,
java.lang.String alias,
StiResourceType type,
byte[] content)
Creates an object of the type StiResource. |
|
| Uses of StiResourceType in com.stimulsoft.report.dictionary.enums |
|---|
| Methods in com.stimulsoft.report.dictionary.enums that return StiResourceType | |
|---|---|
static StiResourceType |
StiResourceType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StiResourceType[] |
StiResourceType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of StiResourceType in com.stimulsoft.report.helpers |
|---|
| Methods in com.stimulsoft.report.helpers that return StiResourceType | |
|---|---|
static StiResourceType |
StiResourceTypeHelper.getTypeFromExtension(java.lang.String extension)
|
| Methods in com.stimulsoft.report.helpers with parameters of type StiResourceType | |
|---|---|
static DataSet |
StiResourceArrayToDataSet.get(StiResourceType resourceType,
byte[] array)
|
static boolean |
FontVHelper.isFont(StiResourceType type)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||