Skip navigation links
A B C D E F G H I L N O P S T W 

A

AbstractChartDataProvider - Class in com.flowcentraltech.flowcentral.chart.data
Convenient abstract base class for chart data providers.
AbstractChartDataProvider() - Constructor for class com.flowcentraltech.flowcentral.chart.data.AbstractChartDataProvider
 
addSeries(ChartSeriesDataType, String, String) - Method in class com.flowcentraltech.flowcentral.chart.data.ChartData.Builder
 
APPLICATION_CHART_INSTALLER - Static variable in interface com.flowcentraltech.flowcentral.chart.constants.ChartModuleNameConstants
 
ApplicationChartInstallerImpl - Class in com.flowcentraltech.flowcentral.chart.business
Application chart installer.
ApplicationChartInstallerImpl() - Constructor for class com.flowcentraltech.flowcentral.chart.business.ApplicationChartInstallerImpl
 

B

build() - Method in class com.flowcentraltech.flowcentral.chart.data.ChartData.Builder
 
build() - Method in class com.flowcentraltech.flowcentral.chart.data.ChartDef.Builder
 
Builder() - Constructor for class com.flowcentraltech.flowcentral.chart.data.ChartData.Builder
 
Builder(ChartType, ChartPaletteType, String, String, String, String, Long, long) - Constructor for class com.flowcentraltech.flowcentral.chart.data.ChartDef.Builder
 

C

CANNOT_FIND_APPLICATION_CHART - Static variable in interface com.flowcentraltech.flowcentral.chart.constants.ChartModuleErrorConstants
Can not find chart {0}.
CANNOT_FIND_CHART_SNAPSHOT - Static variable in interface com.flowcentraltech.flowcentral.chart.constants.ChartModuleErrorConstants
Can not find chart snapshot {0}.
categories(ChartCategoryDataType, String) - Method in class com.flowcentraltech.flowcentral.chart.data.ChartData.Builder
 
categoriesToArray() - Method in class com.flowcentraltech.flowcentral.chart.data.ChartCategories
 
categoriesToJsonArrayString() - Method in class com.flowcentraltech.flowcentral.chart.data.ChartCategories
 
Chart - Class in com.flowcentraltech.flowcentral.chart.entities
Chart entity.
Chart() - Constructor for class com.flowcentraltech.flowcentral.chart.entities.Chart
 
CHART_MODULE_NAME - Static variable in interface com.flowcentraltech.flowcentral.chart.constants.ChartModuleNameConstants
 
CHART_MODULE_SERVICE - Static variable in interface com.flowcentraltech.flowcentral.chart.constants.ChartModuleNameConstants
 
ChartCategories<T> - Class in com.flowcentraltech.flowcentral.chart.data
Chart categories object.
ChartCategories(List<T>) - Constructor for class com.flowcentraltech.flowcentral.chart.data.ChartCategories
 
ChartCategories(T[]) - Constructor for class com.flowcentraltech.flowcentral.chart.data.ChartCategories
 
ChartData - Class in com.flowcentraltech.flowcentral.chart.data
Chart data.
ChartData.Builder - Class in com.flowcentraltech.flowcentral.chart.data
 
ChartDataProvider - Interface in com.flowcentraltech.flowcentral.chart.data
Chart data provider.
ChartDef - Class in com.flowcentraltech.flowcentral.chart.data
Chart definition object.
ChartDef.Builder - Class in com.flowcentraltech.flowcentral.chart.data
 
ChartListCommand - Class in com.flowcentraltech.flowcentral.chart.web.lists
Chart list command.
ChartListCommand() - Constructor for class com.flowcentraltech.flowcentral.chart.web.lists.ChartListCommand
 
ChartModuleAuditConstants - Interface in com.flowcentraltech.flowcentral.chart.constants
Chart module audit constants.
ChartModuleErrorConstants - Interface in com.flowcentraltech.flowcentral.chart.constants
Chart module error constants.
ChartModuleNameConstants - Interface in com.flowcentraltech.flowcentral.chart.constants
Chart module name constants.
ChartModuleService - Interface in com.flowcentraltech.flowcentral.chart.business
Chart business service.
ChartModuleServiceImpl - Class in com.flowcentraltech.flowcentral.chart.business
Default chart business service implementation.
ChartModuleServiceImpl() - Constructor for class com.flowcentraltech.flowcentral.chart.business.ChartModuleServiceImpl
 
ChartModuleStaticSettings - Class in com.flowcentraltech.flowcentral.chart.constants
Chart module static settings.
ChartModuleStaticSettings() - Constructor for class com.flowcentraltech.flowcentral.chart.constants.ChartModuleStaticSettings
 
ChartModuleSysParamConstants - Interface in com.flowcentraltech.flowcentral.chart.constants
Workflow module system parameter constants.
ChartProviderListCommand - Class in com.flowcentraltech.flowcentral.chart.web.lists
Chart provider list command.
ChartProviderListCommand() - Constructor for class com.flowcentraltech.flowcentral.chart.web.lists.ChartProviderListCommand
 
ChartQuery - Class in com.flowcentraltech.flowcentral.chart.entities
Chart query.
ChartQuery() - Constructor for class com.flowcentraltech.flowcentral.chart.entities.ChartQuery
 
ChartSeries<T extends Number> - Class in com.flowcentraltech.flowcentral.chart.data
Chart series definition.
ChartSeries(String, List<T>) - Constructor for class com.flowcentraltech.flowcentral.chart.data.ChartSeries
 
ChartSeries(String, T[]) - Constructor for class com.flowcentraltech.flowcentral.chart.data.ChartSeries
 
ChartSnapshot - Class in com.flowcentraltech.flowcentral.chart.entities
Chart snapshot entity.
ChartSnapshot(ChartCategoryDataType, String, String, String) - Constructor for class com.flowcentraltech.flowcentral.chart.entities.ChartSnapshot
 
ChartSnapshot() - Constructor for class com.flowcentraltech.flowcentral.chart.entities.ChartSnapshot
 
CHARTSNAPSHOT_PROVIDER - Static variable in interface com.flowcentraltech.flowcentral.chart.constants.ChartModuleNameConstants
 
ChartSnapshotChartDataProvider - Class in com.flowcentraltech.flowcentral.chart.data.provider
Chart snapshot chart data provider.
ChartSnapshotChartDataProvider() - Constructor for class com.flowcentraltech.flowcentral.chart.data.provider.ChartSnapshotChartDataProvider
 
ChartSnapshotDef - Class in com.flowcentraltech.flowcentral.chart.data
Chart snapshot definition.
ChartSnapshotDef(String, String, ChartData, Long, long) - Constructor for class com.flowcentraltech.flowcentral.chart.data.ChartSnapshotDef
 
chartSnapshotId(Long) - Method in class com.flowcentraltech.flowcentral.chart.entities.ChartSnapshotSeriesQuery
 
ChartSnapshotQuery - Class in com.flowcentraltech.flowcentral.chart.entities
Chart snapshot query.
ChartSnapshotQuery() - Constructor for class com.flowcentraltech.flowcentral.chart.entities.ChartSnapshotQuery
 
ChartSnapshotSeries - Class in com.flowcentraltech.flowcentral.chart.entities
Chart snapshot series entity.
ChartSnapshotSeries(ChartSeriesDataType, String, String) - Constructor for class com.flowcentraltech.flowcentral.chart.entities.ChartSnapshotSeries
 
ChartSnapshotSeries() - Constructor for class com.flowcentraltech.flowcentral.chart.entities.ChartSnapshotSeries
 
ChartSnapshotSeriesQuery - Class in com.flowcentraltech.flowcentral.chart.entities
Chart snapshot series query.
ChartSnapshotSeriesQuery() - Constructor for class com.flowcentraltech.flowcentral.chart.entities.ChartSnapshotSeriesQuery
 
ChartUtils - Class in com.flowcentraltech.flowcentral.chart.util
Chart utilities.
ChartWidget - Class in com.flowcentraltech.flowcentral.chart.web.widgets
Chart widget.
ChartWidget() - Constructor for class com.flowcentraltech.flowcentral.chart.web.widgets.ChartWidget
 
ChartWriter - Class in com.flowcentraltech.flowcentral.chart.web.writers
Chart writer.
ChartWriter() - Constructor for class com.flowcentraltech.flowcentral.chart.web.writers.ChartWriter
 
com.flowcentraltech.flowcentral.chart.business - package com.flowcentraltech.flowcentral.chart.business
 
com.flowcentraltech.flowcentral.chart.constants - package com.flowcentraltech.flowcentral.chart.constants
 
com.flowcentraltech.flowcentral.chart.data - package com.flowcentraltech.flowcentral.chart.data
 
com.flowcentraltech.flowcentral.chart.data.provider - package com.flowcentraltech.flowcentral.chart.data.provider
 
com.flowcentraltech.flowcentral.chart.entities - package com.flowcentraltech.flowcentral.chart.entities
 
com.flowcentraltech.flowcentral.chart.util - package com.flowcentraltech.flowcentral.chart.util
 
com.flowcentraltech.flowcentral.chart.web.lists - package com.flowcentraltech.flowcentral.chart.web.lists
 
com.flowcentraltech.flowcentral.chart.web.widgets - package com.flowcentraltech.flowcentral.chart.web.widgets
 
com.flowcentraltech.flowcentral.chart.web.writers - package com.flowcentraltech.flowcentral.chart.web.writers
 

D

dataToArray() - Method in class com.flowcentraltech.flowcentral.chart.data.ChartSeries
 
dataToJsonArrayString() - Method in class com.flowcentraltech.flowcentral.chart.data.ChartSeries
 
DateChartCategories - Class in com.flowcentraltech.flowcentral.chart.data
Date chart categories.
DateChartCategories(List<Date>) - Constructor for class com.flowcentraltech.flowcentral.chart.data.DateChartCategories
 
DateChartCategories(Date[]) - Constructor for class com.flowcentraltech.flowcentral.chart.data.DateChartCategories
 
doInstallModuleFeatures(ModuleInstall) - Method in class com.flowcentraltech.flowcentral.chart.business.ChartModuleServiceImpl
 
DoubleChartSeries - Class in com.flowcentraltech.flowcentral.chart.data
Double chart series.
DoubleChartSeries(String, Double[]) - Constructor for class com.flowcentraltech.flowcentral.chart.data.DoubleChartSeries
 
DoubleChartSeries(String, List<Double>) - Constructor for class com.flowcentraltech.flowcentral.chart.data.DoubleChartSeries
 
doWriteBehavior(ResponseWriter, Widget) - Method in class com.flowcentraltech.flowcentral.chart.web.writers.ChartWriter
 
doWriteStructureAndContent(ResponseWriter, Widget) - Method in class com.flowcentraltech.flowcentral.chart.web.writers.ChartWriter
 

E

execute(Locale, ZeroParams) - Method in class com.flowcentraltech.flowcentral.chart.web.lists.ChartListCommand
 

F

findChart(Long) - Method in interface com.flowcentraltech.flowcentral.chart.business.ChartModuleService
Finds chart by ID.
findChart(Long) - Method in class com.flowcentraltech.flowcentral.chart.business.ChartModuleServiceImpl
 
findChartIdList(String) - Method in interface com.flowcentraltech.flowcentral.chart.business.ChartModuleService
Finds chart ID list for application.
findChartIdList(String) - Method in class com.flowcentraltech.flowcentral.chart.business.ChartModuleServiceImpl
 
findCharts(ChartQuery) - Method in interface com.flowcentraltech.flowcentral.chart.business.ChartModuleService
Finds charts by criteria.
findCharts(ChartQuery) - Method in class com.flowcentraltech.flowcentral.chart.business.ChartModuleServiceImpl
 
findChartSnapshots(ChartSnapshotQuery) - Method in interface com.flowcentraltech.flowcentral.chart.business.ChartModuleService
Finds snapshots by criteria.
findChartSnapshots(ChartSnapshotQuery) - Method in class com.flowcentraltech.flowcentral.chart.business.ChartModuleServiceImpl
 

G

getCategories() - Method in class com.flowcentraltech.flowcentral.chart.data.ChartCategories
 
getCategories() - Method in class com.flowcentraltech.flowcentral.chart.data.ChartData
 
getCategories() - Method in class com.flowcentraltech.flowcentral.chart.entities.ChartSnapshot
 
getCategoryDataType() - Method in class com.flowcentraltech.flowcentral.chart.entities.ChartSnapshot
 
getCategoryDataTypeDesc() - Method in class com.flowcentraltech.flowcentral.chart.entities.ChartSnapshot
 
getCategoryType() - Method in class com.flowcentraltech.flowcentral.chart.data.ChartCategories
 
getCategoryType() - Method in class com.flowcentraltech.flowcentral.chart.data.DateChartCategories
 
getCategoryType() - Method in class com.flowcentraltech.flowcentral.chart.data.IntegerChartCategories
 
getCategoryType() - Method in class com.flowcentraltech.flowcentral.chart.data.LongChartCategories
 
getCategoryType() - Method in class com.flowcentraltech.flowcentral.chart.data.StringChartCategories
 
getChartData() - Method in class com.flowcentraltech.flowcentral.chart.data.ChartSnapshotDef
 
getChartDef(String) - Method in interface com.flowcentraltech.flowcentral.chart.business.ChartModuleService
Gets a chart definition.
getChartDef(String) - Method in class com.flowcentraltech.flowcentral.chart.business.ChartModuleServiceImpl
 
getChartModuleService() - Method in class com.flowcentraltech.flowcentral.chart.data.AbstractChartDataProvider
 
getChartSnapshotDef(String) - Method in interface com.flowcentraltech.flowcentral.chart.business.ChartModuleService
Gets a chart snapshot definition.
getChartSnapshotDef(String) - Method in class com.flowcentraltech.flowcentral.chart.business.ChartModuleServiceImpl
 
getChartSnapshotId() - Method in class com.flowcentraltech.flowcentral.chart.entities.ChartSnapshotSeries
 
getData() - Method in class com.flowcentraltech.flowcentral.chart.data.ChartSeries
 
getDataType() - Method in class com.flowcentraltech.flowcentral.chart.data.ChartCategories
 
getDataType() - Method in class com.flowcentraltech.flowcentral.chart.data.ChartSeries
 
getDataType() - Method in class com.flowcentraltech.flowcentral.chart.data.DateChartCategories
 
getDataType() - Method in class com.flowcentraltech.flowcentral.chart.data.DoubleChartSeries
 
getDataType() - Method in class com.flowcentraltech.flowcentral.chart.data.IntegerChartCategories
 
getDataType() - Method in class com.flowcentraltech.flowcentral.chart.data.IntegerChartSeries
 
getDataType() - Method in class com.flowcentraltech.flowcentral.chart.data.LongChartCategories
 
getDataType() - Method in class com.flowcentraltech.flowcentral.chart.data.LongChartSeries
 
getDataType() - Method in class com.flowcentraltech.flowcentral.chart.data.StringChartCategories
 
getDescription() - Method in class com.flowcentraltech.flowcentral.chart.data.ChartSnapshotDef
 
getDescription() - Method in class com.flowcentraltech.flowcentral.chart.entities.ChartSnapshot
 
getDescription() - Method in class com.flowcentraltech.flowcentral.chart.entities.ChartSnapshotSeries
 
getHeight() - Method in class com.flowcentraltech.flowcentral.chart.data.ChartDef
 
getHeight() - Method in class com.flowcentraltech.flowcentral.chart.entities.Chart
 
getId() - Method in class com.flowcentraltech.flowcentral.chart.data.ChartSnapshotDef
 
getName() - Method in class com.flowcentraltech.flowcentral.chart.data.ChartSeries
 
getName() - Method in class com.flowcentraltech.flowcentral.chart.data.ChartSnapshotDef
 
getName() - Method in class com.flowcentraltech.flowcentral.chart.entities.ChartSnapshot
 
getName() - Method in class com.flowcentraltech.flowcentral.chart.entities.ChartSnapshotSeries
 
getOptionsJson(ChartDef, ChartData, boolean) - Static method in class com.flowcentraltech.flowcentral.chart.util.ChartUtils
 
getOptionsJsonWriter(ChartDef, ChartData, boolean) - Static method in class com.flowcentraltech.flowcentral.chart.util.ChartUtils
 
getPaletteType() - Method in class com.flowcentraltech.flowcentral.chart.data.ChartDef
 
getPaletteType() - Method in class com.flowcentraltech.flowcentral.chart.entities.Chart
 
getPaletteTypeDesc() - Method in class com.flowcentraltech.flowcentral.chart.entities.Chart
 
getProvider() - Method in class com.flowcentraltech.flowcentral.chart.data.ChartDef
 
getProvider() - Method in class com.flowcentraltech.flowcentral.chart.entities.Chart
 
getRule() - Method in class com.flowcentraltech.flowcentral.chart.data.ChartDef
 
getRule() - Method in class com.flowcentraltech.flowcentral.chart.entities.Chart
 
getRuleList(Locale) - Method in class com.flowcentraltech.flowcentral.chart.data.provider.ChartSnapshotChartDataProvider
 
getSeries() - Method in class com.flowcentraltech.flowcentral.chart.data.ChartData
 
getSeries() - Method in class com.flowcentraltech.flowcentral.chart.entities.ChartSnapshotSeries
 
getSeriesDataType() - Method in class com.flowcentraltech.flowcentral.chart.entities.ChartSnapshotSeries
 
getSeriesDataTypeDesc() - Method in class com.flowcentraltech.flowcentral.chart.entities.ChartSnapshotSeries
 
getSeriesList() - Method in class com.flowcentraltech.flowcentral.chart.entities.ChartSnapshot
 
getSeriesType() - Method in class com.flowcentraltech.flowcentral.chart.data.ChartSeries
 
getSeriesType() - Method in class com.flowcentraltech.flowcentral.chart.data.DoubleChartSeries
 
getSeriesType() - Method in class com.flowcentraltech.flowcentral.chart.data.IntegerChartSeries
 
getSeriesType() - Method in class com.flowcentraltech.flowcentral.chart.data.LongChartSeries
 
getSubTitle() - Method in class com.flowcentraltech.flowcentral.chart.data.ChartDef
 
getSubTitle() - Method in class com.flowcentraltech.flowcentral.chart.entities.Chart
 
getTitle() - Method in class com.flowcentraltech.flowcentral.chart.data.ChartDef
 
getTitle() - Method in class com.flowcentraltech.flowcentral.chart.entities.Chart
 
getType() - Method in class com.flowcentraltech.flowcentral.chart.data.ChartDef
 
getType() - Method in class com.flowcentraltech.flowcentral.chart.entities.Chart
 
getTypeDesc() - Method in class com.flowcentraltech.flowcentral.chart.entities.Chart
 
getVersion() - Method in class com.flowcentraltech.flowcentral.chart.data.ChartSnapshotDef
 
getWidth() - Method in class com.flowcentraltech.flowcentral.chart.data.ChartDef
 
getWidth() - Method in class com.flowcentraltech.flowcentral.chart.entities.Chart
 

H

height(int) - Method in class com.flowcentraltech.flowcentral.chart.data.ChartDef.Builder
 

I

installApplicationArtifacts(TaskMonitor, ApplicationInstall) - Method in class com.flowcentraltech.flowcentral.chart.business.ApplicationChartInstallerImpl
 
IntegerChartCategories - Class in com.flowcentraltech.flowcentral.chart.data
Integer chart categories.
IntegerChartCategories(List<Integer>) - Constructor for class com.flowcentraltech.flowcentral.chart.data.IntegerChartCategories
 
IntegerChartCategories(Integer[]) - Constructor for class com.flowcentraltech.flowcentral.chart.data.IntegerChartCategories
 
IntegerChartSeries - Class in com.flowcentraltech.flowcentral.chart.data
Integer chart series.
IntegerChartSeries(String, Integer[]) - Constructor for class com.flowcentraltech.flowcentral.chart.data.IntegerChartSeries
 
IntegerChartSeries(String, List<Integer>) - Constructor for class com.flowcentraltech.flowcentral.chart.data.IntegerChartSeries
 
isChartSnapshotExist(String) - Method in interface com.flowcentraltech.flowcentral.chart.business.ChartModuleService
Checks if chart snapshot exists.
isChartSnapshotExist(String) - Method in class com.flowcentraltech.flowcentral.chart.business.ChartModuleServiceImpl
 
isShowDataLabels() - Method in class com.flowcentraltech.flowcentral.chart.data.ChartDef
 
isShowDataLabels() - Method in class com.flowcentraltech.flowcentral.chart.entities.Chart
 
isShowGrid() - Method in class com.flowcentraltech.flowcentral.chart.data.ChartDef
 
isShowGrid() - Method in class com.flowcentraltech.flowcentral.chart.entities.Chart
 
isSmooth() - Method in class com.flowcentraltech.flowcentral.chart.data.ChartDef
 
isSmooth() - Method in class com.flowcentraltech.flowcentral.chart.entities.Chart
 
isSparkLine() - Method in class com.flowcentraltech.flowcentral.chart.web.widgets.ChartWidget
 
isStacked() - Method in class com.flowcentraltech.flowcentral.chart.data.ChartDef
 
isStacked() - Method in class com.flowcentraltech.flowcentral.chart.entities.Chart
 

L

LongChartCategories - Class in com.flowcentraltech.flowcentral.chart.data
Long chart categories.
LongChartCategories(List<Long>) - Constructor for class com.flowcentraltech.flowcentral.chart.data.LongChartCategories
 
LongChartCategories(Long[]) - Constructor for class com.flowcentraltech.flowcentral.chart.data.LongChartCategories
 
LongChartSeries - Class in com.flowcentraltech.flowcentral.chart.data
Long chart series.
LongChartSeries(String, Long[]) - Constructor for class com.flowcentraltech.flowcentral.chart.data.LongChartSeries
 
LongChartSeries(String, List<Long>) - Constructor for class com.flowcentraltech.flowcentral.chart.data.LongChartSeries
 

N

name(String) - Method in class com.flowcentraltech.flowcentral.chart.entities.ChartSnapshotQuery
 
newBuilder() - Static method in class com.flowcentraltech.flowcentral.chart.data.ChartData
 
newBuilder(ChartType, ChartPaletteType, String, String, String, String, Long, long) - Static method in class com.flowcentraltech.flowcentral.chart.data.ChartDef
 

O

onInitialize() - Method in class com.flowcentraltech.flowcentral.chart.data.AbstractChartDataProvider
 
onTerminate() - Method in class com.flowcentraltech.flowcentral.chart.data.AbstractChartDataProvider
 

P

provide(String) - Method in interface com.flowcentraltech.flowcentral.chart.data.ChartDataProvider
Provides data.
provide(String) - Method in class com.flowcentraltech.flowcentral.chart.data.provider.ChartSnapshotChartDataProvider
 

S

saveChartSnapshot(ChartSnapshot) - Method in interface com.flowcentraltech.flowcentral.chart.business.ChartModuleService
Saves a chart snapshot.
saveChartSnapshot(ChartSnapshot) - Method in class com.flowcentraltech.flowcentral.chart.business.ChartModuleServiceImpl
 
setCategories(String) - Method in class com.flowcentraltech.flowcentral.chart.entities.ChartSnapshot
 
setCategoryDataType(ChartCategoryDataType) - Method in class com.flowcentraltech.flowcentral.chart.entities.ChartSnapshot
 
setCategoryDataTypeDesc(String) - Method in class com.flowcentraltech.flowcentral.chart.entities.ChartSnapshot
 
setChartModuleService(ChartModuleService) - Method in class com.flowcentraltech.flowcentral.chart.data.AbstractChartDataProvider
 
setChartModuleService(ChartModuleService) - Method in class com.flowcentraltech.flowcentral.chart.web.lists.ChartListCommand
 
setChartModuleService(ChartModuleService) - Method in class com.flowcentraltech.flowcentral.chart.web.writers.ChartWriter
 
setChartSnapshotId(Long) - Method in class com.flowcentraltech.flowcentral.chart.entities.ChartSnapshotSeries
 
setDescription(String) - Method in class com.flowcentraltech.flowcentral.chart.entities.ChartSnapshot
 
setHeight(int) - Method in class com.flowcentraltech.flowcentral.chart.entities.Chart
 
setName(String) - Method in class com.flowcentraltech.flowcentral.chart.entities.ChartSnapshot
 
setName(String) - Method in class com.flowcentraltech.flowcentral.chart.entities.ChartSnapshotSeries
 
setPaletteType(ChartPaletteType) - Method in class com.flowcentraltech.flowcentral.chart.entities.Chart
 
setPaletteTypeDesc(String) - Method in class com.flowcentraltech.flowcentral.chart.entities.Chart
 
setProvider(String) - Method in class com.flowcentraltech.flowcentral.chart.entities.Chart
 
setRule(String) - Method in class com.flowcentraltech.flowcentral.chart.entities.Chart
 
setSeries(String) - Method in class com.flowcentraltech.flowcentral.chart.entities.ChartSnapshotSeries
 
setSeriesDataType(ChartSeriesDataType) - Method in class com.flowcentraltech.flowcentral.chart.entities.ChartSnapshotSeries
 
setSeriesDataTypeDesc(String) - Method in class com.flowcentraltech.flowcentral.chart.entities.ChartSnapshotSeries
 
setSeriesList(List<ChartSnapshotSeries>) - Method in class com.flowcentraltech.flowcentral.chart.entities.ChartSnapshot
 
setShowDataLabels(boolean) - Method in class com.flowcentraltech.flowcentral.chart.entities.Chart
 
setShowGrid(boolean) - Method in class com.flowcentraltech.flowcentral.chart.entities.Chart
 
setSmooth(boolean) - Method in class com.flowcentraltech.flowcentral.chart.entities.Chart
 
setStacked(boolean) - Method in class com.flowcentraltech.flowcentral.chart.entities.Chart
 
setSubTitle(String) - Method in class com.flowcentraltech.flowcentral.chart.entities.Chart
 
setTitle(String) - Method in class com.flowcentraltech.flowcentral.chart.entities.Chart
 
setType(ChartType) - Method in class com.flowcentraltech.flowcentral.chart.entities.Chart
 
setTypeDesc(String) - Method in class com.flowcentraltech.flowcentral.chart.entities.Chart
 
setWidth(int) - Method in class com.flowcentraltech.flowcentral.chart.entities.Chart
 
showDataLabels(boolean) - Method in class com.flowcentraltech.flowcentral.chart.data.ChartDef.Builder
 
showGrid(boolean) - Method in class com.flowcentraltech.flowcentral.chart.data.ChartDef.Builder
 
size() - Method in class com.flowcentraltech.flowcentral.chart.data.ChartCategories
 
size() - Method in class com.flowcentraltech.flowcentral.chart.data.ChartSeries
 
smooth(boolean) - Method in class com.flowcentraltech.flowcentral.chart.data.ChartDef.Builder
 
stacked(boolean) - Method in class com.flowcentraltech.flowcentral.chart.data.ChartDef.Builder
 
StringChartCategories - Class in com.flowcentraltech.flowcentral.chart.data
String chart categories.
StringChartCategories(List<String>) - Constructor for class com.flowcentraltech.flowcentral.chart.data.StringChartCategories
 
StringChartCategories(String[]) - Constructor for class com.flowcentraltech.flowcentral.chart.data.StringChartCategories
 
subTitle(String) - Method in class com.flowcentraltech.flowcentral.chart.data.ChartDef.Builder
 

T

title(String) - Method in class com.flowcentraltech.flowcentral.chart.data.ChartDef.Builder
 

W

width(int) - Method in class com.flowcentraltech.flowcentral.chart.data.ChartDef.Builder
 
A B C D E F G H I L N O P S T W 
Skip navigation links

Copyright © 2022. All rights reserved.