Styles are actually just the Java Bean properties of the skin class, so you can get them from the Javadoc. For example, LabelSkin defines "font", "color", "padding", etc. styles:

http://incubator.apache.org/pivot/1.2/docs/api/pivot/wtk/skin/LabelSkin.html

Non-themed skins live in org.apache.pivot.wtk.skin (pivot.wtk.skin in 1.2 and earlier), and skins for the default theme ("Terra") live in org.apache.pivot.skin.terra.

Greg


On Aug 3, 2009, at 9:07 PM, Scott Lanham wrote:

Hi,

Just wondering where I would find documentation on the styles available for
each component?

Thanks,

Scott.

Reply via email to