Class mheg5.OBJ.LineArt
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class mheg5.OBJ.LineArt

java.lang.Object
   |
   +----mheg5.UTL.ListNode
           |
           +----mheg5.REF.ObjectRef
                   |
                   +----mheg5.OBJ.Root
                           |
                           +----mheg5.OBJ.Ingredient
                                   |
                                   +----mheg5.OBJ.Presentable
                                           |
                                           +----mheg5.OBJ.Visible
                                                   |
                                                   +----mheg5.OBJ.LineArt

public class LineArt
extends Visible
implements AILineArt

Variable Index

 o borderedBoundingBox
Own exchanged attribute BorderedBoundingBox
 o hasBorderedBoundingBox
 o hasOrigLineStyle
 o hasOrigLineWidth
 o hasOrigRefFillColour
 o hasOrigRefLineColour
 o LINE_STYLE_DASHED
 o LINE_STYLE_DOTTED
 o LINE_STYLE_SOLID
 o lineStyle
Own internal attribute LineStyle
 o lineWidth
Own internal attribute LineWidth
 o origLineStyle
Own exchanged attribute OriginalLineStyle
 o origLineWidth
Own exchanged attribute OriginalLineWidth
 o origRefFillColour
Own exchanged attribute OriginalRefFillColour
 o origRefLineColour
Own exchanged attribute OriginalRefLineColour
 o refFillColour
Own internal attribute RefFillColour
 o refFillColourIsTransparent
 o refLineColour
Own internal attribute RefLineColour
 o refLineColourIsTransparent

Constructor Index

 o LineArt()
Constructor for a LineArt Object

Method Index

 o SetFillColour(Color)
SetFillColour (NewColour)
 o SetInternalAttributes()
 o SetLineColour(Color)
SetLineColour (NewColour)
 o SetLineStyle(int)
SetLineStyle (NewLineStyle)
 o SetLineWidth(int)
SetLineWidth (NewLineWidth)

Variables

 o borderedBoundingBox
  public boolean borderedBoundingBox
Own exchanged attribute BorderedBoundingBox
 o hasBorderedBoundingBox
  public boolean hasBorderedBoundingBox
 o origLineWidth
  public int origLineWidth
Own exchanged attribute OriginalLineWidth
 o hasOrigLineWidth
  public boolean hasOrigLineWidth
 o origLineStyle
  public int origLineStyle
Own exchanged attribute OriginalLineStyle
 o hasOrigLineStyle
  public boolean hasOrigLineStyle
 o origRefLineColour
  public Color origRefLineColour
Own exchanged attribute OriginalRefLineColour
 o hasOrigRefLineColour
  public boolean hasOrigRefLineColour
 o origRefFillColour
  public Color origRefFillColour
Own exchanged attribute OriginalRefFillColour
 o hasOrigRefFillColour
  public boolean hasOrigRefFillColour
 o lineWidth
  public int lineWidth
Own internal attribute LineWidth
 o lineStyle
  public int lineStyle
Own internal attribute LineStyle
 o refLineColour
  public Color refLineColour
Own internal attribute RefLineColour
 o refLineColourIsTransparent
  protected boolean refLineColourIsTransparent
 o refFillColour
  public Color refFillColour
Own internal attribute RefFillColour
 o refFillColourIsTransparent
  protected boolean refFillColourIsTransparent
 o LINE_STYLE_SOLID
  public final static int LINE_STYLE_SOLID
 o LINE_STYLE_DASHED
  public final static int LINE_STYLE_DASHED
 o LINE_STYLE_DOTTED
  public final static int LINE_STYLE_DOTTED

Constructors

 o LineArt
  public LineArt()
Constructor for a LineArt Object

Methods

 o SetInternalAttributes
  public void SetInternalAttributes()
Overrides:
SetInternalAttributes in class Visible
 o SetLineWidth
  public void SetLineWidth(int newWidth)
SetLineWidth (NewLineWidth)
 o SetLineStyle
  public void SetLineStyle(int newStyle)
SetLineStyle (NewLineStyle)
 o SetLineColour
  public void SetLineColour(Color newColour)
SetLineColour (NewColour)
 o SetFillColour
  public void SetFillColour(Color newColour)
SetFillColour (NewColour)

All Packages  Class Hierarchy  This Package  Previous  Next  Index