Java DTV API 1.3
18-Nov-2009

Uses of Class
com.sun.dtv.lwuit.plaf.Border

Packages that use Border
com.sun.dtv.lwuit.plaf Look of the application can be fully customized via this package, it represents a rendering layer that can be plugged in separately in runtime and themed to provide any custom look. 
 

Uses of Border in com.sun.dtv.lwuit.plaf
 

Methods in com.sun.dtv.lwuit.plaf that return Border
static Border Border.createBevelLowered()
          Creates a lowered bevel border with default colors, highlight is derived from the component and shadow is a plain dark color.
static Border Border.createBevelLowered(Color highlightOuter, Color highlightInner, Color shadowOuter, Color shadowInner)
          Creates a raised bevel border with the given colors.
static Border Border.createBevelRaised()
          Creates a lowered bevel border with default colors, highlight is derived from the component and shadow is a plain dark color.
static Border Border.createBevelRaised(Color highlightOuter, Color highlightInner, Color shadowOuter, Color shadowInner)
          Creates a raised bevel border with the given colors.
static Border Border.createEmpty()
          Creates an empty border, this is useful where we don't want a border for a component but want a focus border etc...
static Border Border.createEtchedLowered()
          Creates a lowered etched border with default colors, highlight is derived from the component and shadow is a plain dark color.
static Border Border.createEtchedLowered(Color highlight, Color shadow)
          Creates a raised etched border with the given colors.
static Border Border.createEtchedRaised()
          Creates a lowered etched border with default colors, highlight is derived from the component and shadow is a plain dark color.
static Border Border.createEtchedRaised(Color highlight, Color shadow)
          Creates a raised etched border with the given colors.
static Border Border.createImageBorder(Image top, Image topLeft, Image background)
          The given images are tiled appropriately across the matching side of the border, rotated and placed as expected in the four corners.
static Border Border.createImageBorder(Image top, Image bottom, Image left, Image right, Image topLeft, Image topRight, Image bottomLeft, Image bottomRight, Image background)
          The given images are tiled appropriately across the matching side of the border and placed as expected in the four corners.
static Border Border.createLineBorder(int thickness)
          Creates a line border that uses the color of the component foreground for drawing.
static Border Border.createLineBorder(int thickness, Color color)
          Creates a line border that uses the given color for the component.
 Border Border.createPressedVersion()
          When applied to buttons borders produce a version that reverses the effects of the border providing a pressed feel.
static Border Border.createRoundBorder(int arcWidth, int arcHeight)
          Creates a rounded corner border that uses the color of the component foreground for drawing.
static Border Border.createRoundBorder(int arcWidth, int arcHeight, Color color)
          Creates a rounded border that uses the given color for the component.
 Border Style.getBorder()
          Returns the border for the style.
static Border Border.getDefaultBorder()
          Gets the default border to the given value.
static Border Border.getEmpty()
          Returns an empty border, this is mostly useful for overriding components that have a border by default.
 Border Border.getFocusedInstance()
          Returns the focused version of the border if one is installed.
 Border Border.getPressedInstance()
          Returns the pressed version of the border if one is set by the user.
 

Methods in com.sun.dtv.lwuit.plaf with parameters of type Border
 void Style.setBorder(Border border)
          Sets the border for the style.
 void Style.setBorder(Border border, boolean override)
          Sets the border for the style.
static void Border.setDefaultBorder(Border border)
          Sets the default border to the given value.
 void Border.setFocusedInstance(Border focused)
          Allows us to define a border that will act as the focused version of this border.
 void Border.setPressedInstance(Border pressed)
          Allows us to define a border that will act as the pressed version of this border.
 


Java DTV API 1.3
18-Nov-2009

Copyright © 2008-2009 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All rights reserved.

U.S. Government Rights - Commercial software. Government users are subject to the Sun Microsystems, Inc. standard license agreement and applicable provisions of the FAR and its supplements. Sun, Sun Microsystems, the Sun logo and Java are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.Products covered by and information contained in this service manual are controlled by U.S. Export Control laws and may be subject to the export or import laws in other countries. Nuclear, missile, chemical biological weapons or nuclear maritime end uses or end users, whether direct or indirect, are strictly prohibited. Export or reexport to countries subject to U.S. embargo or to entities identified on U.S. export exclusion lists, including, but not limited to, the denied persons and specially designated nationals lists is strictly prohibited.

DOCUMENTATION IS PROVIDED AS IS AND ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD TO BE LEGALLY INVALID.

Use of this document is subject to license terms.