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.withaxes |
This is a placeholder file for the org.eclipse.birt.chart.computation.withaxes package.
|
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.component |
Represents a set of chart sub-components (as interfaces) that are used to
build a complete chart.
|
org.eclipse.birt.chart.model.component.impl |
Represents a set of chart sub-components (as core implementations) that are
used to build a complete chart.
|
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 |
---|---|
Insets |
IGObjectFactory.copyOf(Insets src) |
Insets |
GObjectFactory.copyOf(Insets src) |
Insets |
IGObjectFactory.createInsets(double dTop,
double dLeft,
double dBottom,
double dRight) |
Insets |
GObjectFactory.createInsets(double dTop,
double dLeft,
double dBottom,
double dRight) |
Insets |
PlotComputation.getPlotInsets() |
Insets |
IGObjectFactory.max(Insets ins1,
Insets ins2) |
Insets |
GObjectFactory.max(Insets ins1,
Insets ins2) |
Insets |
IGObjectFactory.scaleInsets(Insets ins,
double dScale) |
Insets |
GObjectFactory.scaleInsets(Insets ins,
double dScale) |
Modifier and Type | Method and Description |
---|---|
Bounds |
IGObjectFactory.adjusteBounds(Bounds bo,
Insets ins) |
Bounds |
GObjectFactory.adjusteBounds(Bounds bo,
Insets ins) |
Insets |
IGObjectFactory.copyOf(Insets src) |
Insets |
GObjectFactory.copyOf(Insets src) |
Insets |
IGObjectFactory.max(Insets ins1,
Insets ins2) |
Insets |
GObjectFactory.max(Insets ins1,
Insets ins2) |
Insets |
IGObjectFactory.scaleInsets(Insets ins,
double dScale) |
Insets |
GObjectFactory.scaleInsets(Insets ins,
double dScale) |
Modifier and Type | Method and Description |
---|---|
Insets |
AllAxes.getInsets() |
Modifier and Type | Method and Description |
---|---|
Insets |
Insets.copyInstance() |
Insets |
AttributeFactory.createInsets()
Returns a new object of class 'Insets'.
|
Insets |
Style.getPadding()
Returns the value of the 'Padding' containment reference.
|
Insets |
Insets.scaledInstance(double dScale)
Returns a new instance with scaled members w.r.t this instance.
|
Modifier and Type | Method and Description |
---|---|
void |
Bounds.adjust(Insets ins)
Causes the internal (left,right,width,height) values to be scaled by a
the specified Insets
|
Bounds |
Bounds.adjustedInstance(Insets ins)
Creates a new 'Bounds' instance by adjusting the existing 'Bounds'
instance using the given 'Insets'
NOTE: Manually written
|
void |
Style.setPadding(Insets value)
Sets the value of the '
Padding ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
InsetsImpl
An implementation of the model object '
Insets'.
|
Modifier and Type | Method and Description |
---|---|
Insets |
InsetsImpl.copyInstance()
A convenient method to get an instance copy.
|
static Insets |
InsetsImpl.create(double dTop,
double dLeft,
double dBottom,
double dRight)
A convenient method for creating an instance and initializing member
variables.
|
static Insets |
InsetsImpl.createDefault(double dTop,
double dLeft,
double dBottom,
double dRight)
A convenient method for creating an instance and initializing member
variables.
|
Insets |
AttributeFactoryImpl.createInsets() |
Insets |
StyleImpl.getPadding() |
static Insets |
InsetsImpl.max(Insets ins1,
Insets ins2) |
static Insets |
InsetsImpl.min(Insets ins1,
Insets ins2) |
Insets |
InsetsImpl.scaledInstance(double dScale) |
Modifier and Type | Method and Description |
---|---|
void |
BoundsImpl.adjust(Insets ins) |
Bounds |
BoundsImpl.adjustedInstance(Insets ins)
Creates a new 'Bounds' instance by adjusting the existing 'Bounds'
instance using the given 'Insets'
NOTE: Manually written
|
org.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 Insets |
InsetsImpl.max(Insets ins1,
Insets ins2) |
static Insets |
InsetsImpl.min(Insets ins1,
Insets ins2) |
void |
StyleImpl.setPadding(Insets newPadding) |
Modifier and Type | Method and Description |
---|---|
Insets |
Label.getInsets()
Returns the value of the 'Insets' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
Label.setInsets(Insets value)
Sets the value of the '
Insets ' containment reference. |
Modifier and Type | Method and Description |
---|---|
Insets |
LabelImpl.getInsets() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
LabelImpl.basicSetInsets(Insets newInsets,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
LabelImpl.setInsets(Insets newInsets) |
Modifier and Type | Method and Description |
---|---|
Insets |
ClientArea.getInsets()
Returns the value of the 'Insets' containment reference.
|
Insets |
Block.getInsets()
Returns the value of the 'Insets' containment
reference.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientArea.setInsets(Insets value)
Sets the value of the '
Insets ' containment reference. |
void |
Block.setInsets(Insets value)
Sets the value of the '
Insets ' containment reference. |
Modifier and Type | Method and Description |
---|---|
Insets |
ClientAreaImpl.getInsets() |
Insets |
BlockImpl.getInsets() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ClientAreaImpl.basicSetInsets(Insets newInsets,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
BlockImpl.basicSetInsets(Insets newInsets,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ClientAreaImpl.setInsets(Insets newInsets) |
void |
BlockImpl.setInsets(Insets newInsets) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.