Uses of Interface
org.eclipse.birt.chart.model.attribute.Insets
Packages that use Insets
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.withaxes package.
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.
Represents a set of chart sub-components (as interfaces) that are used to
build a complete chart.
Represents a set of chart sub-components (as core implementations) that are
used to build a complete chart.
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 Insets in org.eclipse.birt.chart.computation
Methods in org.eclipse.birt.chart.computation that return InsetsModifier and TypeMethodDescriptionGObjectFactory.createInsets
(double dTop, double dLeft, double dBottom, double dRight) IGObjectFactory.createInsets
(double dTop, double dLeft, double dBottom, double dRight) final Insets
PlotComputation.getPlotInsets()
GObjectFactory.scaleInsets
(Insets ins, double dScale) IGObjectFactory.scaleInsets
(Insets ins, double dScale) Methods in org.eclipse.birt.chart.computation with parameters of type InsetsModifier and TypeMethodDescriptionGObjectFactory.adjusteBounds
(Bounds bo, Insets ins) IGObjectFactory.adjusteBounds
(Bounds bo, Insets ins) GObjectFactory.scaleInsets
(Insets ins, double dScale) IGObjectFactory.scaleInsets
(Insets ins, double dScale) -
Uses of Insets in org.eclipse.birt.chart.computation.withaxes
Methods in org.eclipse.birt.chart.computation.withaxes that return Insets -
Uses of Insets in org.eclipse.birt.chart.model.attribute
Methods in org.eclipse.birt.chart.model.attribute that return InsetsModifier and TypeMethodDescriptionInsets.copyInstance()
AttributeFactory.createInsets()
Returns a new object of class 'Insets'.Style.getPadding()
Returns the value of the 'Padding' containment reference.Insets.scaledInstance
(double dScale) Returns a new instance with scaled members w.r.t this instance.Methods in org.eclipse.birt.chart.model.attribute with parameters of type InsetsModifier and TypeMethodDescriptionvoid
Causes the internal (left,right,width,height) values to be scaled by a the specified InsetsBounds.adjustedInstance
(Insets ins) Creates a new 'Bounds' instance by adjusting the existing 'Bounds' instance using the given 'Insets' NOTE: Manually writtenvoid
Style.setPadding
(Insets value) Sets the value of the 'Padding
' containment reference. -
Uses of Insets in org.eclipse.birt.chart.model.attribute.impl
Classes in org.eclipse.birt.chart.model.attribute.impl that implement InsetsModifier and TypeClassDescriptionclass
An implementation of the model object ' Insets'.Methods in org.eclipse.birt.chart.model.attribute.impl that return InsetsModifier and TypeMethodDescriptionInsetsImpl.copyInstance()
A convenient method to get an instance copy.static final Insets
InsetsImpl.create
(double dTop, double dLeft, double dBottom, double dRight) A convenient method for creating an instance and initializing member variables.static final Insets
InsetsImpl.createDefault
(double dTop, double dLeft, double dBottom, double dRight) A convenient method for creating an instance and initializing member variables.AttributeFactoryImpl.createInsets()
StyleImpl.getPadding()
static final Insets
static final Insets
final Insets
InsetsImpl.scaledInstance
(double dScale) Methods in org.eclipse.birt.chart.model.attribute.impl with parameters of type InsetsModifier and TypeMethodDescriptionvoid
final Bounds
BoundsImpl.adjustedInstance
(Insets ins) Creates a new 'Bounds' instance by adjusting the existing 'Bounds' instance using the given 'Insets' NOTE: Manually writtenorg.eclipse.emf.common.notify.NotificationChain
StyleImpl.basicSetPadding
(Insets newPadding, org.eclipse.emf.common.notify.NotificationChain msgs) static Style
StyleImpl.create
(FontDefinition font, ColorDefinition color, ColorDefinition backcolor, Image backimage, Insets padding) static final Insets
static final Insets
void
StyleImpl.setPadding
(Insets newPadding) -
Uses of Insets in org.eclipse.birt.chart.model.component
Methods in org.eclipse.birt.chart.model.component that return InsetsModifier and TypeMethodDescriptionLabel.getInsets()
Returns the value of the 'Insets' containment reference.Methods in org.eclipse.birt.chart.model.component with parameters of type Insets -
Uses of Insets in org.eclipse.birt.chart.model.component.impl
Methods in org.eclipse.birt.chart.model.component.impl that return InsetsMethods in org.eclipse.birt.chart.model.component.impl with parameters of type InsetsModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
LabelImpl.basicSetInsets
(Insets newInsets, org.eclipse.emf.common.notify.NotificationChain msgs) void
-
Uses of Insets in org.eclipse.birt.chart.model.layout
Methods in org.eclipse.birt.chart.model.layout that return InsetsModifier and TypeMethodDescriptionBlock.getInsets()
Returns the value of the 'Insets' containment reference.ClientArea.getInsets()
Returns the value of the 'Insets' containment reference.Methods in org.eclipse.birt.chart.model.layout with parameters of type Insets -
Uses of Insets in org.eclipse.birt.chart.model.layout.impl
Methods in org.eclipse.birt.chart.model.layout.impl that return InsetsMethods in org.eclipse.birt.chart.model.layout.impl with parameters of type InsetsModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
BlockImpl.basicSetInsets
(Insets newInsets, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
ClientAreaImpl.basicSetInsets
(Insets newInsets, org.eclipse.emf.common.notify.NotificationChain msgs) void
void