Package | Description |
---|---|
ilog.views |
Provides the classes necessary to create a
high performance 2D graphic application.
|
ilog.views.gantt.action |
Provides Swing actions that can be added to standard
JMenu s and
JToolBar s. |
ilog.views.gantt.graphic |
Provides the Gantt sheet component
that displays activities over time.
|
Modifier and Type | Method and Description |
---|---|
IlvTransformer |
IlvManagerView.computeTransformerFitToArea(Insets insets,
IlvManagerView.FitAreaCalculator areaCalculator,
int maxNumberOfIterations)
Computes the manager view transformer that will fit a specific area to
be visible in the view.
|
void |
IlvManagerView.fitTransformerToArea(Insets insets,
IlvManagerView.FitAreaCalculator areaCalculator,
int maxNumberOfIterations)
Modifies the manager view transformer so that a specific area is visible
in the view.
|
void |
IlvManagerView.fitTransformerToArea(Insets insets,
IlvManagerView.FitAreaCalculator areaCalculator,
int maxNumberOfIterations,
boolean delayUntilShowing)
Modifies the manager view transformer so that a specific area is visible
in the view.
|
protected void |
IlvManagerView.fitTransformerToAreaImpl(Insets insets,
IlvManagerView.FitAreaCalculator areaCalculator,
int maxNumberOfIterations,
boolean callchanged)
Modifies the manager view transformer so that a specific area is visible
in the view.
|
void |
IlvManagerView.setAutoFitToContents(boolean set,
Insets insets,
IlvManagerView.FitAreaCalculator areaCalculator,
int maxNumberOfIterations)
Changes the autofit mode of the view.
|
Modifier and Type | Method and Description |
---|---|
IlvManagerView.FitAreaCalculator |
IlvZoomToFitAction.getAreaCalculator()
Returns the
FitAreaCalculator that dynamically defines the area of the
Gantt sheet that should be fit by this action. |
Modifier and Type | Method and Description |
---|---|
void |
IlvZoomToFitAction.setAreaCalculator(IlvManagerView.FitAreaCalculator areaCalculator)
Sets the
FitAreaCalculator that dynamically defines the area of the
Gantt sheet that will be fit by this action. |
Modifier and Type | Method and Description |
---|---|
protected void |
IlvGanttSheet.fitTransformerToAreaImpl(Insets insets,
IlvManagerView.FitAreaCalculator areaCalculator,
int maxNumberOfIterations,
boolean callchanged)
Modifies the manager view transformer so that a specific area is visible
in the view.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.