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

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

Go to download

WebLaf is a Java Swing Look and Feel and extended components library for cross-platform applications

There is a newer version: 2.2.1
Show newest version
<skin>

    <!-- com.alee.extended.label.WebStyledLabel -->

    <!-- Styled label -->
    <style type="styledlabel">
        <component>
            <foreground>black</foreground>
        </component>
        <painter>
            <drawShade>false</drawShade>
            <shadeColor>210,210,210</shadeColor>
            <shadeSize>2</shadeSize>
            <rotation>none</rotation>
            <preferredRowCount>1</preferredRowCount>
            <ignoreColorSettings>false</ignoreColorSettings>
            <scriptFontRatio>1.5</scriptFontRatio>
            <truncatedTextSuffix>...</truncatedTextSuffix>
        </painter>
    </style>

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

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

</skin>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy