: Download: FAQ: Licensing: Support: Contact ME
LwVCL Home
Introduction
Overview
Screen Shots
On-line Demos
Requirements
Further Plans
Docs
Tutorial
How-to (PDF)
API
FAQ
Download
Latest version

Home > J2SE > API

Overview  Package   Class  Tree  Deprecated  Index  Help 

org.zaval.lw.theme.p3d
Class LwMBarBorder

java.lang.Object
  |
  +--org.zaval.lw.LwView
        |
        +--org.zaval.lw.theme.p3d.LwMBarBorder
All Implemented Interfaces:
Validationable

public class LwMBarBorder
extends LwView


Fields inherited from class org.zaval.lw.LwView
MOSAIC, ORIGINAL, STRETCH
 
Constructor Summary
LwMBarBorder(boolean state)
           
 
Method Summary
 void paint(java.awt.Graphics g, int x, int y, int w, int h, Layoutable d)
          Paints the view using the given width and height.
 
Methods inherited from class org.zaval.lw.LwView
calcPreferredSize, getBottom, getLeft, getPreferredSize, getRight, getTop, getType, invalidate, isValid, ownerChanged, paint, recalc, setType, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LwMBarBorder

public LwMBarBorder(boolean state)
Method Detail

paint

public void paint(java.awt.Graphics g,
                  int x,
                  int y,
                  int w,
                  int h,
                  Layoutable d)
Description copied from class: LwView
Paints the view using the given width and height. The location where the view has to be painted is determined with the x and y coordinates. This abstract method has to be implemented to define a "face" for the view.
Overrides:
paint in class LwView
Following copied from class: org.zaval.lw.LwView
Parameters:
g - the specified context to be used for painting.
x - the x coordinate.
y - the y coordinate.
w - the width of the view.
h - the height of the view.
d - the owner component.


: up