Interface PlatformFactory

  • All Superinterfaces:
    org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    PlatformFactoryImpl

    public interface PlatformFactory
    extends org.eclipse.emf.ecore.EFactory
    The Factory for the model. It provides a create method for each non-abstract class of the model.
    See Also:
    PlatformPackage
    • Field Detail

      • eINSTANCE

        static final PlatformFactory eINSTANCE
        The singleton instance of the factory.
    • Method Detail

      • createPlatformBorder

        PlatformBorder createPlatformBorder()
        Returns a new object of class 'Border'.
        Returns:
        a new object of class 'Border'.
      • createPlatformFont

        PlatformFont createPlatformFont()
        Returns a new object of class 'Font'.
        Returns:
        a new object of class 'Font'.
      • createPlatformFontRef

        PlatformFontRef createPlatformFontRef()
        Returns a new object of class 'Font Ref'.
        Returns:
        a new object of class 'Font Ref'.
      • createSystemFont

        SystemFont createSystemFont()
        Returns a new object of class 'System Font'.
        Returns:
        a new object of class 'System Font'.
      • createPlatformColor

        PlatformColor createPlatformColor()
        Returns a new object of class 'Color'.
        Returns:
        a new object of class 'Color'.
      • createSystemColor

        SystemColor createSystemColor()
        Returns a new object of class 'System Color'.
        Returns:
        a new object of class 'System Color'.
      • createPlatformPicture

        PlatformPicture createPlatformPicture()
        Returns a new object of class 'Picture'.
        Returns:
        a new object of class 'Picture'.
      • getPlatformPackage

        PlatformPackage getPlatformPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.