Interface mheg5.MCM.AILineArt
All Packages Class Hierarchy This Package Previous Next Index
Interface mheg5.MCM.AILineArt
- public interface AILineArt
- extends Object
-
SetFillColour(Color)
-
-
SetLineColour(Color)
-
-
SetLineStyle(int)
-
-
SetLineWidth(int)
-
SetFillColour
public abstract void SetFillColour(Color newColor)
SetLineColour
public abstract void SetLineColour(Color newColor)
SetLineStyle
public abstract void SetLineStyle(int newStyle)
SetLineWidth
public abstract void SetLineWidth(int newWidth)
All Packages Class Hierarchy This Package Previous Next Index