Class AnalysisKeys
- java.lang.Object
-
- com.djrapitops.plan.delivery.domain.keys.AnalysisKeys
-
@Deprecated public class AnalysisKeys extends java.lang.Object
Deprecated.AnalysisContainer can no longer be obtained, so this is deprecated.Key objects used for Analysis.PlaceholderKey objects can be used for directly replacing a value on the html.
- See Also:
for Suppliers for each Key.
-
-
Field Summary
Fields Modifier and Type Field Description static PlaceholderKey<java.lang.String>
ACTIVITY_PIE_COLORS
Deprecated.static PlaceholderKey<java.lang.String>
AVG_PING_COLOR
Deprecated.static PlaceholderKey<java.lang.Integer>
DISK_HIGH
Deprecated.static PlaceholderKey<java.lang.Integer>
DISK_MEDIUM
Deprecated.static PlaceholderKey<java.lang.Integer>
FIRST_DAY
Deprecated.static PlaceholderKey<java.lang.String>
GM_PIE_COLORS
Deprecated.static PlaceholderKey<java.lang.String>
MAX_PING_COLOR
Deprecated.static PlaceholderKey<java.lang.String>
MIN_PING_COLOR
Deprecated.static PlaceholderKey<java.lang.String>
PLAYERS_GRAPH_COLOR
Deprecated.static PlaceholderKey<java.lang.Integer>
PLAYERS_MAX
Deprecated.static PlaceholderKey<java.lang.Integer>
PLAYERS_ONLINE
Deprecated.static PlaceholderKey<java.lang.Integer>
PLAYERS_TOTAL
Deprecated.static PlaceholderKey<java.lang.Integer>
TIME_ZONE
Deprecated.static PlaceholderKey<java.lang.Integer>
TPS_HIGH
Deprecated.static PlaceholderKey<java.lang.String>
TPS_HIGH_COLOR
Deprecated.static PlaceholderKey<java.lang.String>
TPS_LOW_COLOR
Deprecated.static PlaceholderKey<java.lang.Integer>
TPS_MEDIUM
Deprecated.static PlaceholderKey<java.lang.String>
TPS_MEDIUM_COLOR
Deprecated.static PlaceholderKey<java.lang.String>
WORLD_MAP_HIGH_COLOR
Deprecated.static PlaceholderKey<java.lang.String>
WORLD_MAP_LOW_COLOR
Deprecated.static PlaceholderKey<java.lang.String>
WORLD_PIE_COLORS
Deprecated.
-
-
-
Field Detail
-
TIME_ZONE
public static final PlaceholderKey<java.lang.Integer> TIME_ZONE
Deprecated.
-
FIRST_DAY
public static final PlaceholderKey<java.lang.Integer> FIRST_DAY
Deprecated.
-
TPS_MEDIUM
public static final PlaceholderKey<java.lang.Integer> TPS_MEDIUM
Deprecated.
-
TPS_HIGH
public static final PlaceholderKey<java.lang.Integer> TPS_HIGH
Deprecated.
-
DISK_MEDIUM
public static final PlaceholderKey<java.lang.Integer> DISK_MEDIUM
Deprecated.
-
DISK_HIGH
public static final PlaceholderKey<java.lang.Integer> DISK_HIGH
Deprecated.
-
PLAYERS_MAX
public static final PlaceholderKey<java.lang.Integer> PLAYERS_MAX
Deprecated.
-
PLAYERS_ONLINE
public static final PlaceholderKey<java.lang.Integer> PLAYERS_ONLINE
Deprecated.
-
PLAYERS_TOTAL
public static final PlaceholderKey<java.lang.Integer> PLAYERS_TOTAL
Deprecated.
-
WORLD_PIE_COLORS
public static final PlaceholderKey<java.lang.String> WORLD_PIE_COLORS
Deprecated.
-
GM_PIE_COLORS
public static final PlaceholderKey<java.lang.String> GM_PIE_COLORS
Deprecated.
-
ACTIVITY_PIE_COLORS
public static final PlaceholderKey<java.lang.String> ACTIVITY_PIE_COLORS
Deprecated.
-
PLAYERS_GRAPH_COLOR
public static final PlaceholderKey<java.lang.String> PLAYERS_GRAPH_COLOR
Deprecated.
-
TPS_HIGH_COLOR
public static final PlaceholderKey<java.lang.String> TPS_HIGH_COLOR
Deprecated.
-
TPS_MEDIUM_COLOR
public static final PlaceholderKey<java.lang.String> TPS_MEDIUM_COLOR
Deprecated.
-
TPS_LOW_COLOR
public static final PlaceholderKey<java.lang.String> TPS_LOW_COLOR
Deprecated.
-
AVG_PING_COLOR
public static final PlaceholderKey<java.lang.String> AVG_PING_COLOR
Deprecated.
-
MIN_PING_COLOR
public static final PlaceholderKey<java.lang.String> MIN_PING_COLOR
Deprecated.
-
MAX_PING_COLOR
public static final PlaceholderKey<java.lang.String> MAX_PING_COLOR
Deprecated.
-
WORLD_MAP_HIGH_COLOR
public static final PlaceholderKey<java.lang.String> WORLD_MAP_HIGH_COLOR
Deprecated.
-
WORLD_MAP_LOW_COLOR
public static final PlaceholderKey<java.lang.String> WORLD_MAP_LOW_COLOR
Deprecated.
-
-