Documentation of 'CH.ifa.draw.framework.FigureSelection' Java class
FigureSelection
CH.ifa.draw.framework

Class FigureSelection



  • public class FigureSelection
    extends java.lang.Object
    FigureSelection enables to transfer the selected figures to a clipboard.

    Will soon be converted to the JDK 1.1 Transferable interface.

    See Also:
    Clipboard
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String TYPE
      The type identifier of the selection.
    • Constructor Summary

      Constructors 
      Constructor and Description
      FigureSelection(java.util.Vector figures)
      Constructes the Figure selection for the vector of figures.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Object getData(java.lang.String type)
      Gets the data of the selection.
      java.lang.String getType()
      Gets the type of the selection.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • TYPE

        public static final java.lang.String TYPE
        The type identifier of the selection.
        See Also:
        Constant Field Values
    • Constructor Detail

      • FigureSelection

        public FigureSelection(java.util.Vector figures)
        Constructes the Figure selection for the vector of figures.
    • Method Detail

      • getType

        public java.lang.String getType()
        Gets the type of the selection.
      • getData

        public java.lang.Object getData(java.lang.String type)
        Gets the data of the selection. The result is returned as a Vector of Figures.
        Returns:
        a copy of the figure selection.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.