Uses of Class
facets.facet.FacetFactory.SurfaceStyle

Packages that use FacetFactory.SurfaceStyle
facets.facet Surface building. 
 

Uses of FacetFactory.SurfaceStyle in facets.facet
 

Fields in facets.facet declared as FacetFactory.SurfaceStyle
static FacetFactory.SurfaceStyle FacetFactory.surfaceStyle
          App surface contentStyle.
 

Methods in facets.facet that return FacetFactory.SurfaceStyle
static FacetFactory.SurfaceStyle FacetFactory.SurfaceStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FacetFactory.SurfaceStyle[] FacetFactory.SurfaceStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in facets.facet with parameters of type FacetFactory.SurfaceStyle
static FacetFactory FacetFactory.newAppletCore(FacetAppSpecifier spec, FacetFactory.SurfaceStyle style, Shade panelShade)
          Creates a basic FacetFactory for use in an applet.