Class Icon
- java.lang.Object
-
- com.djrapitops.plan.utilities.html.icon.Icon
-
@Deprecated public class Icon extends java.lang.Object
Deprecated.This Class exists to keep plugins that used PluginData from breaking.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Icon.Builder
Deprecated.This Class exists to keep plugins that used PluginData from breaking.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Icon.Builder
called(java.lang.String name)
Deprecated.This Class exists to keep plugins that used PluginData from breaking.static Icon.Builder
of(Color color)
Deprecated.static Icon.Builder
of(Family type)
Deprecated.void
setColor(Color color)
Deprecated.java.lang.String
toHtml()
Deprecated.java.lang.String
toString()
Deprecated.
-
-
-
Method Detail
-
called
@Deprecated public static Icon.Builder called(java.lang.String name)
Deprecated.This Class exists to keep plugins that used PluginData from breaking.
-
of
public static Icon.Builder of(Family type)
Deprecated.
-
of
public static Icon.Builder of(Color color)
Deprecated.
-
setColor
public void setColor(Color color)
Deprecated.
-
toHtml
public java.lang.String toHtml()
Deprecated.
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toString
in classjava.lang.Object
-
-