Class TLcdMIFPLine

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

public class TLcdMIFPLine extends TLcdFeaturedShapeList implements ILcdMIFShape
This ILcdMIFShape represents MIF line objects like LINE, PLINE, and ARC.
See Also:
  • Constructor Details

    • TLcdMIFPLine

      public TLcdMIFPLine(TLcdLineStyle aLineStyle)
      Creates a new TLcdMIFPLine with the given line style. Its type is PLINE.
      Parameters:
      aLineStyle - the line style.
    • TLcdMIFPLine

      public TLcdMIFPLine(short aMIFType, TLcdLineStyle aLineStyle)
      Creates a new TLcdMIFPLine object with the given type and the given line style.
      Parameters:
      aMIFType - one of LINE, PLINE, or ARC.
      aLineStyle - the line style.
  • Method Details