|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Size | |
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.attribute.util | This is a placeholder file for the org.eclipse.birt.chart.model.attribute.util package. |
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. |
Uses of Size in org.eclipse.birt.chart.computation |
Methods in org.eclipse.birt.chart.computation that return Size | |
Size |
LegendLayoutHints.getLegendSize()
|
Size |
LegendLayoutHints.getTitleSize()
|
Size |
DataPointHints.getSize2D()
Returns the size value of current DataPointHintes(only available in 3d mode). |
Size |
LegendBuilder.compute(IDisplayServer xs,
Chart cm,
SeriesDefinition[] seda,
RunTimeContext rtc)
Computes the size of the legend. |
Size |
LegendBuilder.getSize()
Returns the size computed previously. |
Constructors in org.eclipse.birt.chart.computation with parameters of type Size | |
LegendLayoutHints(Size legendSize,
Size titleSize,
boolean isMinSliceApplied,
java.lang.String minSliceText,
LegendItemHints[] liha)
|
Uses of Size in org.eclipse.birt.chart.computation.withoutaxes |
Methods in org.eclipse.birt.chart.computation.withoutaxes that return Size | |
Size |
PlotWithoutAxes.getCellSize()
|
Uses of Size in org.eclipse.birt.chart.device |
Methods in org.eclipse.birt.chart.device that return Size | |
Size |
DisplayAdapter.getSize(java.lang.Object oImage)
|
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 |
Uses of Size in org.eclipse.birt.chart.model.attribute |
Methods in org.eclipse.birt.chart.model.attribute that return Size | |
Size |
Size.scaleInstance(double dScale)
Returns a new size instance with scaled members |
Size |
AttributeFactory.createSize()
Returns a new object of class 'Size'. |
Uses of Size in org.eclipse.birt.chart.model.attribute.impl |
Classes in org.eclipse.birt.chart.model.attribute.impl that implement Size | |
class |
SizeImpl
An implementation of the model object ' Size'. |
Methods in org.eclipse.birt.chart.model.attribute.impl that return Size | |
static Size |
SizeImpl.create(double dWidth,
double dHeight)
/** Convenient creation of a Size object and instantiates member variables NOTE: Manually written |
Size |
SizeImpl.scaleInstance(double dScale)
|
static Size |
SizeImpl.copyInstance(Size src)
A convenient method to get an instance copy. |
Size |
AttributeFactoryImpl.createSize()
|
Methods in org.eclipse.birt.chart.model.attribute.impl with parameters of type Size | |
static Size |
SizeImpl.copyInstance(Size src)
A convenient method to get an instance copy. |
Uses of Size in org.eclipse.birt.chart.model.attribute.util |
Methods in org.eclipse.birt.chart.model.attribute.util with parameters of type Size | |
boolean |
AttributeValidator.validateSize(Size size,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
java.lang.Object |
AttributeSwitch.caseSize(Size object)
Returns the result of interpretting the object as an instance of 'Size'. |
Uses of Size in org.eclipse.birt.chart.model.layout |
Methods in org.eclipse.birt.chart.model.layout that return Size | |
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 |
Methods in org.eclipse.birt.chart.model.layout with parameters of type Size | |
void |
Block.setMinSize(Size value)
Sets the value of the ' Min Size ' containment reference. |
Uses of Size in org.eclipse.birt.chart.model.layout.impl |
Methods in org.eclipse.birt.chart.model.layout.impl that return Size | |
Size |
BlockImpl.getMinSize()
|
Size |
BlockImpl.getPreferredSize(IDisplayServer xs,
Chart cm,
RunTimeContext rtc)
|
Size |
LegendImpl.getPreferredSize(IDisplayServer xs,
Chart cm,
RunTimeContext rtc)
|
Size |
LabelBlockImpl.getPreferredSize(IDisplayServer xs,
Chart cm,
RunTimeContext rtc)
|
Methods in org.eclipse.birt.chart.model.layout.impl with parameters of type Size | |
org.eclipse.emf.common.notify.NotificationChain |
BlockImpl.basicSetMinSize(Size newMinSize,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
BlockImpl.setMinSize(Size newMinSize)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |