Package | Description |
---|---|
org.eclipse.birt.report.model.api |
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
|
org.eclipse.birt.report.model.api.metadata |
Defines the elements, properties, types, structures and slots
in the Report Object Model.
|
org.eclipse.birt.report.model.api.util |
Utility classes.
|
Modifier and Type | Method and Description |
---|---|
void |
StructureHandle.drop()
Removes this structure from a list property or member.
|
void |
SimpleValueHandle.moveItem(int from,
int to)
Moves an item within a list property or member.
|
abstract void |
SimpleValueHandle.removeItem(int posn)
Removes an item from a list property or member.
|
void |
PropertyHandleImpl.removeItem(int posn) |
void |
MemberHandle.removeItem(int posn) |
void |
SimpleValueHandle.removeItem(java.lang.Object item)
Removes an item from a list property or member.
|
void |
SimpleValueHandle.removeItems(java.util.List items)
Removes all the items in the list from a list property or member.
|
void |
UserPropertyDefnHandle.setUserPropertyDefn(UserPropertyDefn prop)
Sets the definition for the user-defined property.
|
Modifier and Type | Class and Description |
---|---|
class |
ValidationValueException
Indicates an invalid validation value.
|
Modifier and Type | Method and Description |
---|---|
static DimensionValue |
DimensionValue.parse(java.lang.String value)
Deprecated.
replaced by
StringUtil.parse(String) |
static DimensionValue |
DimensionValue.parseInput(java.lang.String value)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static DimensionValue |
DimensionUtil.convertTo(java.lang.String dimension,
java.lang.String appUnit,
java.lang.String targetUnits)
Convert a dimension from one units to another, the dimension like "12pt,
12cm" is composed of two parts: "measure" and "units".
|
static DimensionValue |
StringUtil.parse(java.lang.String value)
Parses a dimension string in locale-independent way.
|
static DimensionValue |
StringUtil.parseInput(java.lang.String value,
com.ibm.icu.util.ULocale locale)
Parses a dimension string in locale-dependent way.
|
Copyright © 2008 Actuate Corp. All rights reserved.