Class marimba.gui.ShapeWidget
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class marimba.gui.ShapeWidget

java.lang.Object
   |
   +----marimba.gui.Widget
           |
           +----marimba.gui.ShapeWidget

public class ShapeWidget
extends Widget
A graphical shape widget.
Version:
1.3, 10/01/96
Author:
Arthur van Hoff

Variable Index

 o filled
The shape can fill itself.
 o line
The shape can draw a line in the foreground color.

Constructor Index

 o ShapeWidget()
Constructor.

Method Index

 o getProperties(PropertyList)
Get the properties of this widget.
 o hasLine()
Check if the shape draws a line.
 o isFilled()
Check if the shape is filled.
 o setFilled(boolean)
Let the shape fill itself or not.
 o setLine(boolean)
Let the shape draw a line or not.
 o setProperties(PropertyList)
Set the properties of this widget.

Variables

 o filled
  public boolean filled
The shape can fill itself.
See Also:
isFilled, setFilled
 o line
  public boolean line
The shape can draw a line in the foreground color.
See Also:
hasLine, setLine

Constructors

 o ShapeWidget
  public ShapeWidget()
Constructor.

Methods

 o getProperties
  public void getProperties(PropertyList list)
Get the properties of this widget.
Overrides:
getProperties in class Widget
 o setProperties
  public void setProperties(PropertyList list)
Set the properties of this widget.
Overrides:
setProperties in class Widget
 o isFilled
  public boolean isFilled()
Check if the shape is filled.
See Also:
filled
 o setFilled
  public void setFilled(boolean filled)
Let the shape fill itself or not.
See Also:
filled
 o hasLine
  public boolean hasLine()
Check if the shape draws a line.
See Also:
line
 o setLine
  public void setLine(boolean line)
Let the shape draw a line or not.
See Also:
line

All Packages  Class Hierarchy  This Package  Previous  Next  Index