All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alee.skin.web.resources.label.xml Maven / Gradle / Ivy

<skin>

    <!-- com.alee.laf.label.WebLabel -->

    <!-- Label -->
    <style type="label">
        <component>
            <foreground>black</foreground>
        </component>
        <painter>
            <drawShade>false</drawShade>
            <shadeColor>210,210,210</shadeColor>
            <shadeSize>2</shadeSize>
            <rotation>none</rotation>
        </painter>
    </style>

    <!-- Label with text shade -->
    <style type="label" id="shade">
        <painter>
            <drawShade>true</drawShade>
        </painter>
    </style>

    <!-- Vertical text -->
    <style type="label" id="vertical">
        <painter>
            <rotation>counterClockwise</rotation>
        </painter>
    </style>

    <!-- Label with tag decoration -->
    <style type="label" id="tag" padding="2,5,2,5">
        <painter>
            <decorations>
                <decoration>
                    <WebShape round="3" />
                    <LineBorder color="185,185,185" />
                    <ColorBackground color="237,237,237" />
                </decoration>
            </decorations>
        </painter>
    </style>

</skin>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy