com.atatctech.hephaestus.Style Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hephaestus Show documentation
Show all versions of hephaestus Show documentation
The most suitable text language for documentation. Native support for Markdown and HTML.
package com.atatctech.hephaestus;
public class Style {
protected Color color;
protected Color backgroundColor;
public Style() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy