Uses of Interface
org.eclipse.birt.chart.model.attribute.Size
Packages that use Size
Package
Description
This is a placeholder file for the org.eclipse.birt.chart.computation package.
This is a placeholder file for the org.eclipse.birt.chart.computation.withoutaxes package.
Provides interfaces and no-op adapters that define services
provided by the device renderer and an associated display server.
Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be
customized via appropriate accessor methods.
Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that
may be customized via appropriate accessor methods.
Contains a layout manager capable of arranging a set of blocks associated
with the chart representation.
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 SizeModifier and TypeMethodDescriptionLegendBuilder.compute
(IDisplayServer xs, Chart cm, SeriesDefinition[] seda, RunTimeContext rtc) Computes the size of the legend.LegendLayoutHints.getLegendSize()
LegendBuilder.getSize()
Returns the size computed previously.final Size
DataPointHints.getSize2D()
Returns the size value of current DataPointHintes(only available in 3d mode).LegendLayoutHints.getTitleSize()
Constructors in org.eclipse.birt.chart.computation with parameters of type SizeModifierConstructorDescriptionLegendLayoutHints
(Size legendSize, Size titleSize, Label laTitle, boolean isMinSliceApplied, 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 -
Uses of Size in org.eclipse.birt.chart.device
Methods in org.eclipse.birt.chart.device that return Size -
Uses of Size in org.eclipse.birt.chart.model.attribute
Methods in org.eclipse.birt.chart.model.attribute that return SizeModifier and TypeMethodDescriptionSize.copyInstance()
AttributeFactory.createSize()
Returns a new object of class 'Size'.Size.scaleInstance
(double dScale) Returns a new size instance with scaled members -
Uses of Size in org.eclipse.birt.chart.model.attribute.impl
Classes in org.eclipse.birt.chart.model.attribute.impl that implement SizeMethods in org.eclipse.birt.chart.model.attribute.impl that return SizeModifier and TypeMethodDescriptionSizeImpl.copyInstance()
A convenient method to get an instance copy.static final Size
SizeImpl.create
(double dWidth, double dHeight) /** Convenient creation of a Size object and instantiates member variables NOTE: Manually writtenAttributeFactoryImpl.createSize()
final Size
SizeImpl.scaleInstance
(double dScale) -
Uses of Size in org.eclipse.birt.chart.model.layout
Methods in org.eclipse.birt.chart.model.layout that return SizeModifier and TypeMethodDescriptionBlock.getMinSize()
Returns the value of the 'Min Size' containment reference.Block.getPreferredSize
(IDisplayServer xs, Chart cm, RunTimeContext rtc) Computes and returns the size of the title block based on the text content and its attributesMethods in org.eclipse.birt.chart.model.layout with parameters of type SizeModifier and TypeMethodDescriptionvoid
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 SizeModifier and TypeMethodDescriptionBlockImpl.getMinSize()
BlockImpl.getPreferredSize
(IDisplayServer xs, Chart cm, RunTimeContext rtc) final Size
LabelBlockImpl.getPreferredSize
(IDisplayServer xs, Chart cm, RunTimeContext rtc) final Size
LegendImpl.getPreferredSize
(IDisplayServer xs, Chart cm, RunTimeContext rtc) Methods in org.eclipse.birt.chart.model.layout.impl with parameters of type SizeModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
BlockImpl.basicSetMinSize
(Size newMinSize, org.eclipse.emf.common.notify.NotificationChain msgs) void
BlockImpl.setMinSize
(Size newMinSize)