Uses of Record Class
com.amalgamasimulation.desktop.html.font.FontDescriptor
Packages that use FontDescriptor
Package
Description
-
Uses of FontDescriptor in com.amalgamasimulation.desktop.html
Methods in com.amalgamasimulation.desktop.html with parameters of type FontDescriptorModifier and TypeMethodDescriptionHTMLTag.font(FontDescriptor fontDescriptor) Sets the font of this HTML tag using the specified font descriptor.static StringHTMLTag.toCSS(FontDescriptor fontDescriptor) Converts FontDescriptor to a CSS string. -
Uses of FontDescriptor in com.amalgamasimulation.desktop.html.charts
Methods in com.amalgamasimulation.desktop.html.charts with parameters of type FontDescriptorModifier and TypeMethodDescriptionHTMLBarChart.font(FontDescriptor fontDescriptor) Sets the font of the chart.HTMLChart.font(FontDescriptor fontDescriptor) Sets the font of the chart.HTMLHistogramChart.font(FontDescriptor fontDescriptor) Sets the font of the chart.HTMLLineChart.font(FontDescriptor fontDescriptor) Sets the font of the chart.HTMLTimeLineChart.font(FontDescriptor fontDescriptor) Sets the font of the chart.HTMLBarChart.titleFont(FontDescriptor fontDescriptor) Sets the font of the chart title.HTMLChart.titleFont(FontDescriptor fontDescriptor) Sets the font of the chart title.HTMLHistogramChart.titleFont(FontDescriptor fontDescriptor) Sets the font of the chart title.HTMLLineChart.titleFont(FontDescriptor fontDescriptor) Sets the font of the chart title.HTMLTimeLineChart.titleFont(FontDescriptor fontDescriptor) Sets the font of the chart title. -
Uses of FontDescriptor in com.amalgamasimulation.desktop.html.page
Methods in com.amalgamasimulation.desktop.html.page with parameters of type FontDescriptorModifier and TypeMethodDescriptionHTMLPage.defaultFont(FontDescriptor fontDescriptor) Sets the default font for the page. -
Uses of FontDescriptor in com.amalgamasimulation.desktop.html.text
Methods in com.amalgamasimulation.desktop.html.text with parameters of type FontDescriptorModifier and TypeMethodDescriptionHTMLHeader.font(FontDescriptor fontDescriptor) Sets the font of the header.HTMLTextBlock.font(FontDescriptor fontDescriptor) Sets the font of the text block. -
Uses of FontDescriptor in com.amalgamasimulation.desktop.html.ui
Methods in com.amalgamasimulation.desktop.html.ui with parameters of type FontDescriptorModifier and TypeMethodDescriptionHTMLImage.titleFont(FontDescriptor fontDescriptor) Sets the font of the image title. -
Uses of FontDescriptor in com.amalgamasimulation.desktop.html.ui.font
Methods in com.amalgamasimulation.desktop.html.ui.font that return FontDescriptorModifier and TypeMethodDescriptionstatic FontDescriptorFontDescriptorFactory.fromFont(org.eclipse.swt.graphics.Font font, boolean includeName) Constructs a FontDescriptor object from SWT Font.