Class TLcdMIFRegion

All Implemented Interfaces:
ILcdDataObject, ILcdMIFShape, ILcdBounded, ILcdEditableShapeList, ILcdShape, ILcdShapeList, ILcdCache, ILcdCloneable, ILcdFeatured, ILcdInvalidateable, Serializable, Cloneable

public class TLcdMIFRegion extends TLcdFeaturedShapeList implements ILcdMIFShape
This ILcdMIFShape represents MIF region objects like REGION, RECT, ROUNDRECT, and ELLIPSE.
See Also:
  • Constructor Details

    • TLcdMIFRegion

      public TLcdMIFRegion(TLcdLineStyle aLineStyle, TLcdFillStyle aFillStyle)
      Creates a new TLcdMIFRegion object with the given line style and fill style. Its type is REGION.
      Parameters:
      aLineStyle - the line style of this region's edges.
      aFillStyle - the fill style of this region.
    • TLcdMIFRegion

      public TLcdMIFRegion(short aMIFType, TLcdLineStyle aLineStyle, TLcdFillStyle aFillStyle)
      Creates a new TLcdMIFRegion object with the given type, line style, and fill style.
      Parameters:
      aMIFType - one of REGION, RECT, ROUNDRECT, or ELLIPSE.
      aLineStyle - the line style of this region's edges.
      aFillStyle - the fill style of this region.
  • Method Details