Skip to content

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

Class PartStyle

java.lang.Object
        io.github.qishr.cascara.ui.style.ControlStyle
                io.github.qishr.cascara.ui.style.PartStyle


public abstract class PartStyle
extends ControlStyle

Field Summary

Modifier and Type Field Description
protected String controlClass

Constructor Summary

Constructor Description
PartStyle()

Method Summary

Modifier and Type Method Description
protected String selector(String s)
protected String classSelector(String s)
protected String childSelector(String s)
protected String pseudoSelector(String s)

Methods inherited from ControlStyle

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

Field Details

controlClass

protected String controlClass


Method Details

selector

protected String selector(String s)


classSelector

protected String classSelector(String s)


childSelector

protected String childSelector(String s)


pseudoSelector

protected String pseudoSelector(String s)