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
-
borderedBoundingBox
- Own exchanged attribute BorderedBoundingBox
-
hasBorderedBoundingBox
-
-
hasOrigLineStyle
-
-
hasOrigLineWidth
-
-
hasOrigRefFillColour
-
-
hasOrigRefLineColour
-
-
LINE_STYLE_DASHED
-
-
LINE_STYLE_DOTTED
-
-
LINE_STYLE_SOLID
-
-
lineStyle
- Own internal attribute LineStyle
-
lineWidth
- Own internal attribute LineWidth
-
origLineStyle
- Own exchanged attribute OriginalLineStyle
-
origLineWidth
- Own exchanged attribute OriginalLineWidth
-
origRefFillColour
- Own exchanged attribute OriginalRefFillColour
-
origRefLineColour
- Own exchanged attribute OriginalRefLineColour
-
refFillColour
- Own internal attribute RefFillColour
-
refFillColourIsTransparent
-
-
refLineColour
- Own internal attribute RefLineColour
-
refLineColourIsTransparent
-
-
LineArt()
- Constructor for a LineArt Object
-
SetFillColour(Color)
- SetFillColour (NewColour)
-
SetInternalAttributes()
-
-
SetLineColour(Color)
- SetLineColour (NewColour)
-
SetLineStyle(int)
- SetLineStyle (NewLineStyle)
-
SetLineWidth(int)
- SetLineWidth (NewLineWidth)
borderedBoundingBox
public boolean borderedBoundingBox
- Own exchanged attribute BorderedBoundingBox
hasBorderedBoundingBox
public boolean hasBorderedBoundingBox
origLineWidth
public int origLineWidth
- Own exchanged attribute OriginalLineWidth
hasOrigLineWidth
public boolean hasOrigLineWidth
origLineStyle
public int origLineStyle
- Own exchanged attribute OriginalLineStyle
hasOrigLineStyle
public boolean hasOrigLineStyle
origRefLineColour
public Color origRefLineColour
- Own exchanged attribute OriginalRefLineColour
hasOrigRefLineColour
public boolean hasOrigRefLineColour
origRefFillColour
public Color origRefFillColour
- Own exchanged attribute OriginalRefFillColour
hasOrigRefFillColour
public boolean hasOrigRefFillColour
lineWidth
public int lineWidth
- Own internal attribute LineWidth
lineStyle
public int lineStyle
- Own internal attribute LineStyle
refLineColour
public Color refLineColour
- Own internal attribute RefLineColour
refLineColourIsTransparent
protected boolean refLineColourIsTransparent
refFillColour
public Color refFillColour
- Own internal attribute RefFillColour
refFillColourIsTransparent
protected boolean refFillColourIsTransparent
LINE_STYLE_SOLID
public final static int LINE_STYLE_SOLID
LINE_STYLE_DASHED
public final static int LINE_STYLE_DASHED
LINE_STYLE_DOTTED
public final static int LINE_STYLE_DOTTED
LineArt
public LineArt()
- Constructor for a LineArt Object
SetInternalAttributes
public void SetInternalAttributes()
- Overrides:
- SetInternalAttributes in class Visible
SetLineWidth
public void SetLineWidth(int newWidth)
- SetLineWidth (NewLineWidth)
SetLineStyle
public void SetLineStyle(int newStyle)
- SetLineStyle (NewLineStyle)
SetLineColour
public void SetLineColour(Color newColour)
- SetLineColour (NewColour)
SetFillColour
public void SetFillColour(Color newColour)
- SetFillColour (NewColour)
All Packages Class Hierarchy This Package Previous Next Index