Uses of Class
com.amalgamasimulation.desktop.html.HTMLTag
Packages that use HTMLTag
Package
Description
-
Uses of HTMLTag in com.amalgamasimulation.desktop.html
Methods in com.amalgamasimulation.desktop.html that return HTMLTagModifier and TypeMethodDescriptionHTMLTag.append(HTMLConvertable... children) Appends one or more children to this HTML tag.Adds an attribute to this HTML tag.HTMLTag.backgroundColor(Color color) Sets the background color using AWT Color converted to RGBA format.HTMLTag.font(FontDescriptor fontDescriptor) Sets the font of this HTML tag using the specified font descriptor.Sets the font color of this HTML tag using the specified AWT color.HTMLTag.fontFamily(String fontFamily) Sets the font family of this HTML tag using the specified font family names.HTMLTag.fontSizeInPx(double size) Sets the font size of this HTML tag using the specified size in pixels.HTMLTag.fontStyle(FontPosture posture) Sets the font style of this HTML tag using the specified FontPosture.HTMLTag.fontWeight(String weight) Sets the font weight of this HTML tag using the specified weight value.HTMLTag.lineHeight(double lineHeight) Sets the line height of this HTML tag as a multiple of the font size.HTMLTag.marginInPx(Side side, int marginPx) Sets the margin of this HTML tag for the specified side in pixels.HTMLTag.maxHeightInPx(int maxHeightPx) Sets the maximum height of this HTML tag in pixels.HTMLTag.maxWidthInPx(int maxWidthPx) Sets the maximum width of this HTML tag in pixels.HTMLTag.paddingInPx(Side side, int paddingPx) Sets the padding of this HTML tag for the specified side in pixels.HTMLTag.relativeHeight(double height) Sets the relative height of this HTML tag as a percentage.HTMLTag.relativeWidth(double width) Sets the relative width of this HTML tag as a percentage.Adds a CSS style to this HTML tag.Sets the HTML tag name.HTMLTag.textAlignment(TextAlignment textAlignment) Sets the text alignment of this HTML tag.Methods in com.amalgamasimulation.desktop.html with parameters of type HTMLTag -
Uses of HTMLTag in com.amalgamasimulation.desktop.html.charts
Subclasses of HTMLTag in com.amalgamasimulation.desktop.html.chartsModifier and TypeClassDescriptionclassThe HTMLBarChart class represents an HTML-based bar chart.classThe HTMLChart class provides base functionality for creating HTML-based charts using the ApexCharts library (https://apexcharts.com/).classThe HTMLHeatmapChart class represents an HTML-based heatmap chart.classThe HTMLHistogramChart class represents an HTML-based histogram chart with optional Cumulative Distribution Function (CDF) visualization.classThe HTMLLineChart class represents an HTML-based line chart using the ApexCharts library.classThe HTMLTimeLineChart class represents an HTML-based timeline chart optimized for time-series data. -
Uses of HTMLTag in com.amalgamasimulation.desktop.html.tables
Subclasses of HTMLTag in com.amalgamasimulation.desktop.html.tablesModifier and TypeClassDescriptionclassHTMLTable<T>The HTMLTable class represents an HTML table that is generated from a list of data values.Fields in com.amalgamasimulation.desktop.html.tables declared as HTMLTagModifier and TypeFieldDescriptionprotected HTMLTagHTMLTable.tbodyprotected HTMLTagHTMLTable.trHeadMethods in com.amalgamasimulation.desktop.html.tables that return HTMLTag -
Uses of HTMLTag in com.amalgamasimulation.desktop.html.text
Subclasses of HTMLTag in com.amalgamasimulation.desktop.html.textModifier and TypeClassDescriptionclassRepresents an HTML header element (e.g., h1, h2, etc.).classRepresents an HTML hyperlink (`` tag).classRepresents an HTML hyperlink (`` tag) that triggers a Java action when clicked.classRepresents a block of text in HTML, which can contain multiple elements such as text, paragraphs, and other HTML-convertible objects. -
Uses of HTMLTag in com.amalgamasimulation.desktop.html.ui
Subclasses of HTMLTag in com.amalgamasimulation.desktop.html.uiModifier and TypeClassDescriptionclassThe HTMLImage class represents an HTML image element that can be embedded in an HTML page.classThe HTMLTableFromUITable class represents an HTML table that is generated from aTableor directly.