Skip to content

Package io.github.qishr.cascara.ui.style.custom

Class DiagnosticIconStyle

java.lang.Object
        io.github.qishr.cascara.ui.style.ControlStyle
                io.github.qishr.cascara.ui.style.custom.DiagnosticIconStyle


public class DiagnosticIconStyle
extends ControlStyle

Field Summary

Modifier and Type Field Description
public static final String DEBUG
public static final String ERROR
public static final String INFO
public static final String TRACE
public static final String WARN

Constructor Summary

Constructor Description
DiagnosticIconStyle()

Method Summary

Modifier and Type Method Description
public static String classFor(Level level)
public static String svgFor(Level level)

Methods inherited from ControlStyle

applyTo, defineRule, newRule, sides, applyTo, classSelector, incorporateRules, color, literal, mapped, derive, values, selector, degrees, shape, childSelector, pseudoSelector, em, sides, color, getRules, px, dropshadow

Field Details

DEBUG

public static final String DEBUG

See Also:

Constant Field Values


ERROR

public static final String ERROR

See Also:

Constant Field Values


INFO

public static final String INFO

See Also:

Constant Field Values


TRACE

public static final String TRACE

See Also:

Constant Field Values


WARN

public static final String WARN

See Also:

Constant Field Values


Method Details

classFor

public static String classFor(Level level)


svgFor

public static String svgFor(Level level)