Package | Description |
---|---|
ilog.cpl.css.function |
Contains function definitions to be used with the Cascading Style Sheet engine.
|
ilog.tgo.css.function |
Contains predefined functions which can be used with the Cascading Style Sheet engine to compute values to JTGO object properties.
|
ilog.views.chart |
Contains all of the main Chart classes and interfaces.
|
ilog.views.gantt |
Contains all of the main Gantt Chart classes,
Beans, and data model interfaces.
|
ilog.views.gantt.graphic.renderer |
Provides the classes that render an
activity in the Gantt sheet.
|
ilog.views.schedule |
Contains the main Schedule Data chart classes that display numerical information
derived from Gantt data models.
|
ilog.views.sdm.renderer |
Contains the classes that define the renderers of an SDM engine.
|
ilog.views.util.styling |
Contains classes related to component styling.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpConvertionFunction
This abstract class defines the basic requirements for functions that
uses the
IlpContext to convert a given input into an instance
of an object to be used within JTGO. |
class |
IlpFormatFunction
Function to convert a value to a
String based on the given Format . |
class |
IlpImageFunction
Function to convert a path into an
Image instance. |
class |
IlpResourceFunction
Function to retrieve a resource from a resource bundle.
|
class |
IlpUIManagerResourceFunction
Defines a function that retrieves an resource value from
UIManager . |
class |
IlpValueMapFunction
Function to retrieve the value associated with a certain key in a value map.
|
Modifier and Type | Class and Description |
---|---|
class |
IltBlinkingColorFunction
Function to create blinking colors.
|
class |
IltLinkPortFunction
IltLinkPortFunction is a function to create or retrieve link
ports. |
class |
IltPatternFunction
Defines a function to create a customized instance of
IltPattern based on user input. |
Modifier and Type | Method and Description |
---|---|
void |
IlvChart.registerFunction(IlvCSSFunction function)
Registers another function into the Cascading Style Sheets engine.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvHierarchyChart.registerFunction(IlvCSSFunction function)
Registers another function in the Cascading Style Sheets engine.
|
Modifier and Type | Class and Description |
---|---|
static class |
IlvGanttFunction.ActivityProperty
ActivityProperty implements an expression that can be used
in a style sheet to return the property of an IlvActivity
representation. |
static class |
IlvGanttFunction.DarkerColor
DarkerColor implements an expression that can be used in a
style sheet to return a darker color from a Color . |
static class |
IlvGanttFunction.FormatDate
FormatDate implements an expression that can be used in a
style sheet to return a formatted date String from a
SimpleDateFormat representation and a Date . |
static class |
IlvGanttFunction.FormatDuration
FormatDuration implements an expression that can be used in
a style sheet to return a formatted duration String from an
IlvDurationFormat representation and an
IlvDuration . |
Modifier and Type | Method and Description |
---|---|
void |
IlvScheduleDataChart.registerFunction(IlvCSSFunction function)
Registers another function into the Cascading Style Sheets engine.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvSDMCSSFunction
This interface define functions in
IlvStyleSheetRenderer , so x
they can be called from a style sheet. |
static class |
IlvSDMCSSFunction.NumericSymbolInteractor
SymbolInteractor subclass to handle numerical values.
|
static class |
IlvSDMCSSFunction.StateSymbolInteractor
SymbolInteractor subclass to handle String values.
|
static class |
IlvSDMCSSFunction.SymbolInteractor
CSS function to handle symbol interactions in a cleaner way.
|
static class |
IlvSDMCSSFunction.Test
Test function.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvAcceptFunctions.registerFunction(IlvCSSFunction function)
Registers another function in the CSS engine.
|
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.