限定符和类型 | 方法和说明 |
---|---|
Background |
Style.getBackground()
Gets background.
|
Background |
NameStyle.getBackground()
得到背景色
|
static Background |
BaseXMLUtils.readBackground(XMLableReader reader)
Read background
|
限定符和类型 | 方法和说明 |
---|---|
Style |
Style.deriveBackground(Background background)
设置背景
|
Style |
NameStyle.deriveBackground(Background background)
更改预定义样式中的背景为指定的背景后返回该样式
|
static Style |
Style.getInstance(Background background)
getInstance
|
static void |
BaseXMLUtils.writeBackground(XMLPrintWriter writer,
Background background)
Write background.
|
限定符和类型 | 类和说明 |
---|---|
class |
AbstractBackground
背景的一个部分实现类
|
class |
BackgroundErrorMarker |
class |
ColorBackground
颜色背景类,该背景就只是单一的一种给定的颜色
|
class |
GradientBackground
渐变色背景。
|
class |
ImageBackground
图片背景,该背景使用一张图片作为填充。
|
class |
ImageFileBackground
图片背景。
|
class |
IntervalColorBackground
间隔色背景 依赖于位置, 间隔长度 总长度.
|
class |
PatternBackground
图案背景,具有指定样式的图案以及前景色背景色的背景样式
|
class |
TextureBackground
纹理背景
|
限定符和类型 | 方法和说明 |
---|---|
static Background |
BackgroundErrorMarker.build(XMLableReader reader) |
Background |
ImageFileBackground.readAdditionalAttr(XMLableReader reader) |
Background |
TextureBackground.readAdditionalAttr(XMLableReader reader) |
Background |
PatternBackground.readAdditionalAttr(XMLableReader reader)
读取属性
|
Background |
ImageBackground.readAdditionalAttr(XMLableReader reader) |
Background |
GradientBackground.readAdditionalAttr(XMLableReader reader) |
Background |
ColorBackground.readAdditionalAttr(XMLableReader reader)
读取 添加的背景属性
|
Background |
AbstractBackground.readAdditionalAttr(XMLableReader reader) |
Background |
AbstractBackground.traverseForExport(ObjectHolder operate) |
限定符和类型 | 方法和说明 |
---|---|
static JSONObject |
BackgroundUtils.jsonBackground(Background background,
Repository repo)
生成JSON类型的背景表示,用于浏览器端
|
限定符和类型 | 方法和说明 |
---|---|
Background |
AttrBackground.getSeriesBackground()
返回条件背景
|
限定符和类型 | 方法和说明 |
---|---|
static JSONObject |
ChartBaseUtils.background2JS(Repository repo,
Background background)
将背景处理成js端的格式.
|
void |
AttrBackground.setSeriesBackground(Background seriesBackground)
设置条件背景
|
构造器和说明 |
---|
AttrBackground(Background seriesBackground) |
限定符和类型 | 字段和说明 |
---|---|
protected Background |
Marker.background |
protected Background |
Marker.plotBackground |
限定符和类型 | 方法和说明 |
---|---|
Background |
Marker.getBackground() |
Background |
LineMarkerIcon.getBackground()
获取线条的背景
|
Background |
GeneralGlyph.getBackground() |
Background |
GeneralInfo.getBackground()
获取图表模块基本信息的背景
|
Background |
PlotGlyph.getWholeChartBackground() |
限定符和类型 | 方法和说明 |
---|---|
protected void |
Marker.paintPlotBackground(Background plotBackground,
java.awt.Graphics2D g2d,
java.awt.Shape shape)
画点的背景色时,不考虑透明度
|
void |
Marker.setBackground(Background background) |
void |
LineMarkerIcon.setBackground(Background background)
设置线条的背景
|
void |
GeneralGlyph.setBackground(Background background) |
void |
GeneralInfo.setBackground(Background background)
设置图表模块基本信息的背景
|
void |
Marker.setPlotBackground(Background colorBackGround) |
void |
PlotGlyph.setWholeChartBackground(Background parentBackground) |
构造器和说明 |
---|
GeneralInfo(Background background,
java.awt.Color borderColor,
int borderStyle,
float alpha)
按照如下参数构造图表基本信息
|
LineMarkerIcon(Background background,
int lineStyle,
Marker marker)
初始化指定背景、线条格式和标记类型的线型
|
限定符和类型 | 字段和说明 |
---|---|
static Background |
XButton.DEFAULTBG |
限定符和类型 | 方法和说明 |
---|---|
Background |
XButton.getContentBackground() |
Background |
XLayoutContainer.getDataBackground() |
限定符和类型 | 方法和说明 |
---|---|
void |
XWParameterLayout.setBackground(Background background) |
void |
XLayoutContainer.setBackground(Background background) |
void |
XButton.setContentBackground(Background bg) |
限定符和类型 | 方法和说明 |
---|---|
Background |
XWTabFitLayout.getClickBackground() |
Background |
XWTabFitLayout.getInitialBackground() |
Background |
XWTabFitLayout.getOverBackground() |
Background |
XCardSwitchButton.getSelectBackground() |
限定符和类型 | 方法和说明 |
---|---|
void |
XWTabFitLayout.setClickBackground(Background clickBackground) |
void |
XWTabFitLayout.setInitialBackground(Background initialBackground) |
void |
XWTabFitLayout.setOverBackground(Background overBackground) |
void |
XCardSwitchButton.setSelectBackground(Background selectBackground) |
限定符和类型 | 方法和说明 |
---|---|
java.lang.Class<? extends Background> |
BackgroundUIProvider.targetClass()
对应的背景具体类型
|
限定符和类型 | 方法和说明 |
---|---|
Background |
BackgroundPane.update()
Update background.
|
限定符和类型 | 方法和说明 |
---|---|
void |
BackgroundPane.populateBean(Background background)
Populate background.
|
限定符和类型 | 方法和说明 |
---|---|
Background |
FormToolBar.getBackground() |
限定符和类型 | 方法和说明 |
---|---|
void |
FormToolBar.setBackground(Background background) |
限定符和类型 | 方法和说明 |
---|---|
Background |
TextureBackgroundQuickPane.updateBean() |
Background |
PatternBackgroundQuickPane.updateBean() |
Background |
NullBackgroundQuickPane.updateBean() |
Background |
ImageBackgroundQuickPane.updateBean() |
Background |
ColorBackgroundQuickPane.updateBean() |
abstract Background |
BackgroundQuickPane.updateBean() |
限定符和类型 | 方法和说明 |
---|---|
boolean |
TextureBackgroundQuickPane.accept(Background background) |
boolean |
PatternBackgroundQuickPane.accept(Background background) |
boolean |
NullBackgroundQuickPane.accept(Background background)
是否接受
|
boolean |
ImageBackgroundQuickPane.accept(Background background)
判断是否是图片背景
|
boolean |
GradientBackgroundQuickPane.accept(Background background) |
boolean |
ColorBackgroundQuickPane.accept(Background background) |
abstract boolean |
BackgroundQuickPane.accept(Background background) |
void |
TextureBackgroundQuickPane.populateBean(Background background) |
void |
PatternBackgroundQuickPane.populateBean(Background background) |
void |
NullBackgroundQuickPane.populateBean(Background background) |
void |
ImageBackgroundQuickPane.populateBean(Background background) |
void |
GradientBackgroundQuickPane.populateBean(Background background) |
void |
ColorBackgroundQuickPane.populateBean(Background background) |
abstract void |
BackgroundQuickPane.populateBean(Background background) |
限定符和类型 | 方法和说明 |
---|---|
Background |
ParameterBridge.getDataBackground()
获取参数界面背景
|
限定符和类型 | 方法和说明 |
---|---|
void |
ParameterBridge.setBackground(Background background) |
限定符和类型 | 方法和说明 |
---|---|
void |
AbstractPopBox.fireDisplayComponent(Background background)
待说明
|
限定符和类型 | 字段和说明 |
---|---|
protected Background |
BackgroundJComponent.background |
限定符和类型 | 方法和说明 |
---|---|
Background |
BackgroundPreviewLabel.getBackgroundObject() |
Background |
BackgroundSelectPane.getSelectBackground() |
Background |
BackgroundUIComboBoxPane.update() |
Background |
BackgroundPane.update()
Update background.
|
abstract Background |
BackgroundDetailPane.update() |
限定符和类型 | 方法和说明 |
---|---|
static java.util.Set<java.lang.Class<? extends Background>> |
BackgroundFactory.browserKindsOfKey() |
static java.util.Set<java.lang.Class<? extends Background>> |
BackgroundFactory.buttonKindsOfKey() |
static java.util.Set<java.lang.Class<? extends Background>> |
BackgroundFactory.kindsOfKey() |
限定符和类型 | 方法和说明 |
---|---|
protected BackgroundUIWrapper |
BackgroundTabPane.getBackgroundUIWrapper(Background background) |
protected BackgroundUIWrapper |
BackgroundPane4Browser.getBackgroundUIWrapper(Background background) |
protected BackgroundUIWrapper |
BackgroundPane.getBackgroundUIWrapper(Background background) |
protected BackgroundUIWrapper |
BackgroundCardSwitchButtonPane.getBackgroundUIWrapper(Background background) |
protected BackgroundUIWrapper |
BackgroundButtonPane.getBackgroundUIWrapper(Background background) |
protected BackgroundDetailPane |
BackgroundTabPane.getTabItemPane(Background background,
int index) |
protected BackgroundDetailPane |
BackgroundPane4Browser.getTabItemPane(Background background,
int index) |
protected BackgroundDetailPane |
BackgroundPane.getTabItemPane(Background background,
int index) |
protected BackgroundDetailPane |
BackgroundCardSwitchButtonPane.getTabItemPane(Background background,
int index) |
protected BackgroundDetailPane |
BackgroundButtonPane.getTabItemPane(Background background,
int index) |
void |
BackgroundUIComboBoxPane.populate(Background background) |
void |
BackgroundPane.populate(Background background)
Populate background.
|
abstract void |
BackgroundDetailPane.populate(Background background) |
void |
BackgroundPreviewLabel.setBackgroundObject(Background background) |
void |
BackgroundSelectPane.setSelectBackground(Background background) |
void |
BackgroundJComponent.setSelfBackground(Background background) |
限定符和类型 | 方法和说明 |
---|---|
static BackgroundDetailPane |
BackgroundFactory.createBrowserIfAbsent(java.lang.Class<? extends Background> category) |
static BackgroundDetailPane |
BackgroundFactory.createButtonIfAbsent(java.lang.Class<? extends Background> category) |
static BackgroundDetailPane |
BackgroundFactory.createIfAbsent(java.lang.Class<? extends Background> category) |
static BackgroundUIWrapper |
BackgroundFactory.getBrowserWrapper(java.lang.Class<? extends Background> category) |
static BackgroundUIWrapper |
BackgroundFactory.getButtonWrapper(java.lang.Class<? extends Background> category) |
static BackgroundUIWrapper |
BackgroundFactory.getWrapper(java.lang.Class<? extends Background> category) |
构造器和说明 |
---|
BackgroundJComponent(Background background) |
BackgroundPreviewLabel(Background background) |
限定符和类型 | 方法和说明 |
---|---|
void |
GradientBackgroundSelectPane.populate(Background background) |
void |
GradientBackgroundPane.populate(Background background) |
限定符和类型 | 方法和说明 |
---|---|
Background |
ImageSelectPane.update() |
限定符和类型 | 方法和说明 |
---|---|
void |
ImageSelectPane.populate(Background background) |
限定符和类型 | 方法和说明 |
---|---|
Background |
TextureBackgroundPane.update() |
Background |
PatternBackgroundPane.update() |
Background |
NullBackgroundPane.update() |
Background |
ImageButtonBackgroundPane.update() |
Background |
ImageBackgroundPane.update() |
Background |
ColorBackgroundPane.update() |
限定符和类型 | 方法和说明 |
---|---|
void |
TextureBackgroundPane.populate(Background background) |
void |
PatternBackgroundPane.populate(Background background) |
void |
NullBackgroundPane.populate(Background background) |
void |
ImageButtonBackgroundPane.populate(Background background) |
void |
ImageBackgroundPane.populate(Background background) |
void |
ColorBackgroundPane.populate(Background background) |
限定符和类型 | 方法和说明 |
---|---|
Background |
PatternSelectBox.getSelectObject() |
Background |
PatternUIComboBoxPane.update() |
限定符和类型 | 方法和说明 |
---|---|
void |
PatternUIComboBoxPane.populate(Background background) |
void |
PatternSelectBox.setSelectObject(Background t) |
限定符和类型 | 方法和说明 |
---|---|
Background |
TextureSelectBox.getSelectObject() |
Background |
TextureUIComboBoxPane.update() |
限定符和类型 | 方法和说明 |
---|---|
void |
TextureUIComboBoxPane.populate(Background background) |
void |
TextureSelectBox.setSelectObject(Background t) |
限定符和类型 | 方法和说明 |
---|---|
Background |
ColorUIComboBoxPane.update() |
限定符和类型 | 方法和说明 |
---|---|
void |
ColorUIComboBoxPane.populate(Background background) |
限定符和类型 | 方法和说明 |
---|---|
Background |
FToolBar.getBackground() |
限定符和类型 | 方法和说明 |
---|---|
void |
FToolBar.setBackground(Background background) |
限定符和类型 | 字段和说明 |
---|---|
protected Background |
AbstractBorderStyleWidget.background |
protected Background |
LayoutBorderStyle.background |
protected Background |
FreeButton.clickBackground |
protected Background |
FreeButton.initialBackground |
protected Background |
FreeButton.overBackground |
限定符和类型 | 方法和说明 |
---|---|
Background |
ToolBar.getBackground() |
Background |
RichStyleWidgetProvider.getBackground()
获取背景
|
Background |
Label.getBackground()
获取背景
|
Background |
AbstractBorderStyleWidget.getBackground()
获取背景
|
Background |
WidgetTitle.getBackground()
获取标题背景
|
Background |
LayoutBorderStyle.getBackground()
获取背景
|
Background |
FreeButton.getClickBackground() |
Background |
CardSwitchButton.getInitialBackground() |
Background |
FreeButton.getInitialBackground() |
Background |
FreeButton.getOverBackground() |
Background |
FreeButton.readBackground(XMLableReader reader)
读取背景
|
限定符和类型 | 方法和说明 |
---|---|
void |
ToolBar.setBackground(Background background) |
void |
RichStyleWidgetProvider.setBackground(Background background)
设置主体背景
|
void |
Label.setBackground(Background background)
设置主体背景
|
void |
AbstractBorderStyleWidget.setBackground(Background background)
设置主体背景
|
void |
WidgetTitle.setBackground(Background background)
设置标题背景
|
void |
LayoutBorderStyle.setBackground(Background background)
设置主体背景
|
void |
FreeButton.setClickBackground(Background clickBackground) |
void |
CardSwitchButton.setInitialBackground(Background initialBackground) |
void |
FreeButton.setInitialBackground(Background initialBackground) |
void |
FreeButton.setOverBackground(Background overBackground) |
限定符和类型 | 方法和说明 |
---|---|
void |
WCardLayout.setBackground(Background background)
设置主体背景
|
限定符和类型 | 字段和说明 |
---|---|
protected Background |
WTabFitLayout.clickBackground |
protected Background |
WTabFitLayout.initialBackground |
protected Background |
WTabFitLayout.overBackground |
限定符和类型 | 方法和说明 |
---|---|
Background |
WTabFitLayout.getClickBackground() |
Background |
WTabFitLayout.getInitialBackground() |
Background |
WTabFitLayout.getOverBackground() |
Background |
WTabFitLayout.readBackground(XMLableReader reader) |
限定符和类型 | 方法和说明 |
---|---|
void |
WTabFitLayout.setClickBackground(Background clickBackground) |
void |
WTabFitLayout.setInitialBackground(Background initialBackground) |
void |
WTabFitLayout.setOverBackground(Background overBackground) |
限定符和类型 | 字段和说明 |
---|---|
protected Background |
Composite.CompositeLayout.background |
限定符和类型 | 方法和说明 |
---|---|
Background |
Background.readAdditionalAttr(XMLableReader reader) |
Background |
Background.traverseForExport(ObjectHolder operate)
导出的时候更改背景
|
限定符和类型 | 字段和说明 |
---|---|
protected static Background |
GridUI.WHITE_Backgorund |
限定符和类型 | 字段和说明 |
---|---|
protected Background |
TemplateParameterAttr.background |
限定符和类型 | 方法和说明 |
---|---|
Background |
TemplateParameterAttr.getBackground() |
限定符和类型 | 方法和说明 |
---|---|
void |
TemplateParameterAttr.setBackground(Background background) |
限定符和类型 | 方法和说明 |
---|---|
Background |
ReportSettingsProvider.getBackground()
|
Background |
ReportHFProvider.getBackground()
Gets the background of report.
|
限定符和类型 | 方法和说明 |
---|---|
void |
ReportSettingsProvider.setBackground(Background background)
Sets the background of report.
|
void |
ReportHFProvider.setBackground(Background background)
Sets the background of report.
|
限定符和类型 | 方法和说明 |
---|---|
static Background |
VanChartAttrHelper.getNotNullBackground(Background background) |
限定符和类型 | 方法和说明 |
---|---|
static Background |
VanChartAttrHelper.getNotNullBackground(Background background) |
限定符和类型 | 方法和说明 |
---|---|
protected Background |
VanChartBubblePlotGlyph.getMarkerBackground() |
限定符和类型 | 字段和说明 |
---|---|
protected java.util.Map<java.lang.String,Background> |
VanChartPlotGlyph.legendBackgroundMap |
限定符和类型 | 方法和说明 |
---|---|
protected LineMarkerIcon |
VanChartPlotGlyph.dealMarkerIconCondition4DataSheet(LineMarkerIcon itemIcon,
VanChartDataSeries dataSeries,
Background background) |
限定符和类型 | 方法和说明 |
---|---|
protected Background |
VanChartLinePlotGlyph.getMarkerBackground() |
限定符和类型 | 方法和说明 |
---|---|
protected Background |
VanChartMapScatterPlotGlyph.getMarkerBackground() |
限定符和类型 | 方法和说明 |
---|---|
Background |
BackgroundHighlightAction.getBackground() |
限定符和类型 | 方法和说明 |
---|---|
void |
BackgroundHighlightAction.setBackground(Background background) |
构造器和说明 |
---|
BackgroundHighlightAction(Background background,
int scope) |
限定符和类型 | 方法和说明 |
---|---|
Background |
ReportHFBase.getBackground() |
Background |
ReportHF.getBackground()
Gets the background of report.
|
static Background |
ReportUtils.getBrowserBackgroundFromWorkBook(FineBook book)
取这个WorkBook对应的Background
|
限定符和类型 | 方法和说明 |
---|---|
void |
ReportHFBase.setBackground(Background background) |
void |
ReportHF.setBackground(Background background)
Sets the background of report.
|
限定符和类型 | 方法和说明 |
---|---|
Background |
WriteResultReportDataProvider.getSheetBackground()
获取该sheet的背景
|
限定符和类型 | 方法和说明 |
---|---|
Background |
WriteResultReportWrapper.getSheetBackground() |
限定符和类型 | 方法和说明 |
---|---|
Background |
ReportSettings.getBackground()
|
限定符和类型 | 方法和说明 |
---|---|
void |
ReportSettings.setBackground(Background background)
Sets the background of report.
|
限定符和类型 | 字段和说明 |
---|---|
protected Background |
Composite.CompositeLayout.background |
限定符和类型 | 方法和说明 |
---|---|
boolean |
VanChartGradientPane.accept(Background background)
是否接受
|
void |
VanChartGradientPane.populateBean(Background background) |
限定符和类型 | 方法和说明 |
---|---|
static JSONObject |
BaseHTMLWriterUtils.jsonBackground(Background background,
Repository repo)
生成JSON类型的背景表示,用于浏览器端
|
static void |
BaseHTMLWriterUtils.writeBackground(Tag tag,
Background background,
java.awt.Dimension dimension,
boolean isRepeat,
Repository repo)
在指定的区域画背景
|
static JSONObject |
BaseHTMLWriterUtils.writeJSONBackground(Background background,
Repository repo,
int reportIndex,
int width,
int height,
boolean isRepeat) |
限定符和类型 | 方法和说明 |
---|---|
Background |
ReportWebConfig.getBackground() |
Background |
ReportWebAttr.getBackground() |
Background |
BackgroundWrapper.getBackground() |
限定符和类型 | 方法和说明 |
---|---|
void |
ReportWebConfig.setBackground(Background background) |
void |
ReportWebAttr.setBackground(Background background) |
void |
BackgroundWrapper.setBackground(Background background) |