Package | Description |
---|---|
org.eclipse.birt.chart.computation |
This is a placeholder file for the org.eclipse.birt.chart.computation package.
|
org.eclipse.birt.chart.computation.withoutaxes |
This is a placeholder file for the org.eclipse.birt.chart.computation.withoutaxes package.
|
org.eclipse.birt.chart.device |
Provides interfaces and no-op adapters that define services
provided by the device renderer and an associated display server.
|
org.eclipse.birt.chart.model.attribute |
Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be
customized via appropriate accessor methods.
|
org.eclipse.birt.chart.model.attribute.impl |
Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that
may be customized via appropriate accessor methods.
|
org.eclipse.birt.chart.model.layout |
Contains a layout manager capable of arranging a set of blocks associated
with the chart representation.
|
org.eclipse.birt.chart.model.layout.impl |
Contains core class implementations for blocks associated with the chart
representation.
|
Modifier and Type | Method and Description |
---|---|
Size |
LegendBuilder.compute(IDisplayServer xs,
Chart cm,
SeriesDefinition[] seda,
RunTimeContext rtc)
Computes the size of the legend.
|
Size |
LegendLayoutHints.getLegendSize() |
Size |
LegendBuilder.getSize()
Returns the size computed previously.
|
Size |
DataPointHints.getSize2D()
Returns the size value of current DataPointHintes(only available in 3d
mode).
|
Size |
LegendLayoutHints.getTitleSize() |
Constructor and Description |
---|
LegendLayoutHints(Size legendSize,
Size titleSize,
Label laTitle,
boolean isMinSliceApplied,
java.lang.String minSliceText,
LegendItemHints[] liha) |
Modifier and Type | Method and Description |
---|---|
Size |
PlotWithoutAxes.getCellSize() |
Modifier and Type | Method and Description |
---|---|
Size |
IDisplayServer.getSize(java.lang.Object oImage)
Returns the size(width, height) of the device specific image that was
previously loaded by the
loadImage(URL) method |
Size |
DisplayAdapter.getSize(java.lang.Object oImage) |
Modifier and Type | Method and Description |
---|---|
Size |
Size.copyInstance() |
Size |
AttributeFactory.createSize()
Returns a new object of class 'Size'.
|
Size |
Size.scaleInstance(double dScale)
Returns a new size instance with scaled members
|
Modifier and Type | Class and Description |
---|---|
class |
SizeImpl
An implementation of the model object '
Size'.
|
Modifier and Type | Method and Description |
---|---|
Size |
SizeImpl.copyInstance()
A convenient method to get an instance copy.
|
static Size |
SizeImpl.create(double dWidth,
double dHeight)
/** Convenient creation of a Size object and instantiates member
variables
NOTE: Manually written
|
Size |
AttributeFactoryImpl.createSize() |
Size |
SizeImpl.scaleInstance(double dScale) |
Modifier and Type | Method and Description |
---|---|
Size |
Block.getMinSize()
Returns the value of the 'Min Size' containment
reference.
|
Size |
Block.getPreferredSize(IDisplayServer xs,
Chart cm,
RunTimeContext rtc)
Computes and returns the size of the title block based on the text
content and its attributes
|
Modifier and Type | Method and Description |
---|---|
void |
Block.setMinSize(Size value)
Sets the value of the '
Min Size ' containment reference. |
Modifier and Type | Method and Description |
---|---|
Size |
BlockImpl.getMinSize() |
Size |
LegendImpl.getPreferredSize(IDisplayServer xs,
Chart cm,
RunTimeContext rtc) |
Size |
LabelBlockImpl.getPreferredSize(IDisplayServer xs,
Chart cm,
RunTimeContext rtc) |
Size |
BlockImpl.getPreferredSize(IDisplayServer xs,
Chart cm,
RunTimeContext rtc) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
BlockImpl.basicSetMinSize(Size newMinSize,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
BlockImpl.setMinSize(Size newMinSize) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.