|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Size | |
---|---|
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. |
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.copyInstance()
A convenient method to get an instance copy. |
Size |
AttributeFactory.createSize()
Returns a new object of class 'Size'. |
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 Size | |
---|---|
class |
SizeImpl
An implementation of the model object ' Size'. |
Methods in org.eclipse.birt.chart.model.attribute.impl that return Size | |
---|---|
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 |
static Size |
SizeImpl.create(org.eclipse.emf.ecore.EObject parent,
org.eclipse.emf.ecore.EReference ref)
|
Size |
AttributeFactoryImpl.createSize()
|
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 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 |