Interface StylesPackage

  • All Superinterfaces:
    org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    StylesPackageImpl

    public interface StylesPackage
    extends org.eclipse.emf.ecore.EPackage
    The Package for the model. It contains accessors for the meta objects to represent
    • each class,
    • each feature of each class,
    • each enum,
    • and each data type
    See Also:
    StylesFactory
    • Method Detail

      • getRenderingStyle

        org.eclipse.emf.ecore.EClass getRenderingStyle()
        Returns the meta object for class 'Rendering Style'.
        Returns:
        the meta object for class 'Rendering Style'.
        See Also:
        RenderingStyle
      • getStyle

        org.eclipse.emf.ecore.EClass getStyle()
        Returns the meta object for class 'Style'.
        Returns:
        the meta object for class 'Style'.
        See Also:
        Style
      • getStyle_Id

        org.eclipse.emf.ecore.EAttribute getStyle_Id()
        Returns the meta object for the attribute 'Id'.
        Returns:
        the meta object for the attribute 'Id'.
        See Also:
        Style.getId(), getStyle()
      • getStyle_Description

        org.eclipse.emf.ecore.EAttribute getStyle_Description()
        Returns the meta object for the attribute 'Description'.
        Returns:
        the meta object for the attribute 'Description'.
        See Also:
        Style.getDescription(), getStyle()
      • getStyle_Font

        org.eclipse.emf.ecore.EReference getStyle_Font()
        Returns the meta object for the reference 'Font'.
        Returns:
        the meta object for the reference 'Font'.
        See Also:
        Style.getFont(), getStyle()
      • getStyle_Angle

        org.eclipse.emf.ecore.EAttribute getStyle_Angle()
        Returns the meta object for the attribute 'Angle'.
        Returns:
        the meta object for the attribute 'Angle'.
        See Also:
        Style.getAngle(), getStyle()
      • getStyle_StretchH

        org.eclipse.emf.ecore.EAttribute getStyle_StretchH()
        Returns the meta object for the attribute 'Stretch H'.
        Returns:
        the meta object for the attribute 'Stretch H'.
        See Also:
        Style.getStretchH(), getStyle()
      • getStyle_StretchV

        org.eclipse.emf.ecore.EAttribute getStyle_StretchV()
        Returns the meta object for the attribute 'Stretch V'.
        Returns:
        the meta object for the attribute 'Stretch V'.
        See Also:
        Style.getStretchV(), getStyle()
      • getStyle_Proportional

        org.eclipse.emf.ecore.EAttribute getStyle_Proportional()
        Returns the meta object for the attribute 'Proportional'.
        Returns:
        the meta object for the attribute 'Proportional'.
        See Also:
        Style.getProportional(), getStyle()
      • getStyle_StyleContainer

        org.eclipse.emf.ecore.EReference getStyle_StyleContainer()
        Returns the meta object for the container reference 'Style Container'.
        Returns:
        the meta object for the container reference 'Style Container'.
        See Also:
        Style.getStyleContainer(), getStyle()
      • getStyle_Rotation

        org.eclipse.emf.ecore.EAttribute getStyle_Rotation()
        Returns the meta object for the attribute 'Rotation'.
        Returns:
        the meta object for the attribute 'Rotation'.
        Since:
        0.11
        See Also:
        Style.getRotation(), getStyle()
      • getAbstractStyle

        org.eclipse.emf.ecore.EClass getAbstractStyle()
        Returns the meta object for class 'Abstract Style'.
        Returns:
        the meta object for class 'Abstract Style'.
        See Also:
        AbstractStyle
      • getAbstractStyle_Filled

        org.eclipse.emf.ecore.EAttribute getAbstractStyle_Filled()
        Returns the meta object for the attribute 'Filled'.
        Returns:
        the meta object for the attribute 'Filled'.
        See Also:
        AbstractStyle.getFilled(), getAbstractStyle()
      • getGradientColoredLocation

        org.eclipse.emf.ecore.EClass getGradientColoredLocation()
        Returns the meta object for class 'Gradient Colored Location'.
        Returns:
        the meta object for class 'Gradient Colored Location'.
        See Also:
        GradientColoredLocation
      • getGradientColoredArea

        org.eclipse.emf.ecore.EClass getGradientColoredArea()
        Returns the meta object for class 'Gradient Colored Area'.
        Returns:
        the meta object for class 'Gradient Colored Area'.
        See Also:
        GradientColoredArea
      • getGradientColoredArea_End

        org.eclipse.emf.ecore.EReference getGradientColoredArea_End()
        Returns the meta object for the containment reference 'End'.
        Returns:
        the meta object for the containment reference 'End'.
        See Also:
        GradientColoredArea.getEnd(), getGradientColoredArea()
      • getGradientColoredAreas

        org.eclipse.emf.ecore.EClass getGradientColoredAreas()
        Returns the meta object for class 'Gradient Colored Areas'.
        Returns:
        the meta object for class 'Gradient Colored Areas'.
        See Also:
        GradientColoredAreas
      • getFont

        org.eclipse.emf.ecore.EClass getFont()
        Returns the meta object for class 'Font'.
        Returns:
        the meta object for class 'Font'.
        See Also:
        Font
      • getFont_Name

        org.eclipse.emf.ecore.EAttribute getFont_Name()
        Returns the meta object for the attribute 'Name'.
        Returns:
        the meta object for the attribute 'Name'.
        See Also:
        Font.getName(), getFont()
      • getFont_Size

        org.eclipse.emf.ecore.EAttribute getFont_Size()
        Returns the meta object for the attribute 'Size'.
        Returns:
        the meta object for the attribute 'Size'.
        See Also:
        Font.getSize(), getFont()
      • getFont_Italic

        org.eclipse.emf.ecore.EAttribute getFont_Italic()
        Returns the meta object for the attribute 'Italic'.
        Returns:
        the meta object for the attribute 'Italic'.
        See Also:
        Font.isItalic(), getFont()
      • getFont_Bold

        org.eclipse.emf.ecore.EAttribute getFont_Bold()
        Returns the meta object for the attribute 'Bold'.
        Returns:
        the meta object for the attribute 'Bold'.
        See Also:
        Font.isBold(), getFont()
      • getPoint

        org.eclipse.emf.ecore.EClass getPoint()
        Returns the meta object for class 'Point'.
        Returns:
        the meta object for class 'Point'.
        See Also:
        Point
      • getPoint_X

        org.eclipse.emf.ecore.EAttribute getPoint_X()
        Returns the meta object for the attribute 'X'.
        Returns:
        the meta object for the attribute 'X'.
        See Also:
        Point.getX(), getPoint()
      • getPoint_Y

        org.eclipse.emf.ecore.EAttribute getPoint_Y()
        Returns the meta object for the attribute 'Y'.
        Returns:
        the meta object for the attribute 'Y'.
        See Also:
        Point.getY(), getPoint()
      • getPoint_Before

        org.eclipse.emf.ecore.EAttribute getPoint_Before()
        Returns the meta object for the attribute 'Before'.
        Returns:
        the meta object for the attribute 'Before'.
        See Also:
        Point.getBefore(), getPoint()
      • getPoint_After

        org.eclipse.emf.ecore.EAttribute getPoint_After()
        Returns the meta object for the attribute 'After'.
        Returns:
        the meta object for the attribute 'After'.
        See Also:
        Point.getAfter(), getPoint()
      • getColor

        org.eclipse.emf.ecore.EClass getColor()
        Returns the meta object for class 'Color'.
        Returns:
        the meta object for class 'Color'.
        See Also:
        Color
      • getColor_Red

        org.eclipse.emf.ecore.EAttribute getColor_Red()
        Returns the meta object for the attribute 'Red'.
        Returns:
        the meta object for the attribute 'Red'.
        See Also:
        Color.getRed(), getColor()
      • getColor_Green

        org.eclipse.emf.ecore.EAttribute getColor_Green()
        Returns the meta object for the attribute 'Green'.
        Returns:
        the meta object for the attribute 'Green'.
        See Also:
        Color.getGreen(), getColor()
      • getColor_Blue

        org.eclipse.emf.ecore.EAttribute getColor_Blue()
        Returns the meta object for the attribute 'Blue'.
        Returns:
        the meta object for the attribute 'Blue'.
        See Also:
        Color.getBlue(), getColor()
      • getPrecisionPoint

        org.eclipse.emf.ecore.EClass getPrecisionPoint()
        Returns the meta object for class 'Precision Point'.
        Returns:
        the meta object for class 'Precision Point'.
        Since:
        0.9
        See Also:
        PrecisionPoint
      • getPrecisionPoint_X

        org.eclipse.emf.ecore.EAttribute getPrecisionPoint_X()
        Returns the meta object for the attribute 'X'.
        Returns:
        the meta object for the attribute 'X'.
        Since:
        0.9
        See Also:
        PrecisionPoint.getX(), getPrecisionPoint()
      • getPrecisionPoint_Y

        org.eclipse.emf.ecore.EAttribute getPrecisionPoint_Y()
        Returns the meta object for the attribute 'Y'.
        Returns:
        the meta object for the attribute 'Y'.
        Since:
        0.9
        See Also:
        PrecisionPoint.getY(), getPrecisionPoint()
      • getTextStyle

        org.eclipse.emf.ecore.EClass getTextStyle()
        Returns the meta object for class 'Text Style'.
        Returns:
        the meta object for class 'Text Style'.
        Since:
        0.10
        See Also:
        TextStyle
      • getTextStyle_Underline

        org.eclipse.emf.ecore.EAttribute getTextStyle_Underline()
        Returns the meta object for the attribute 'Underline'.
        Returns:
        the meta object for the attribute 'Underline'.
        Since:
        0.10
        See Also:
        TextStyle.isUnderline(), getTextStyle()
      • getTextStyle_Strikeout

        org.eclipse.emf.ecore.EAttribute getTextStyle_Strikeout()
        Returns the meta object for the attribute 'Strikeout'.
        Returns:
        the meta object for the attribute 'Strikeout'.
        Since:
        0.10
        See Also:
        TextStyle.isStrikeout(), getTextStyle()
      • getTextStyle_Font

        org.eclipse.emf.ecore.EReference getTextStyle_Font()
        Returns the meta object for the reference 'Font'.
        Returns:
        the meta object for the reference 'Font'.
        Since:
        0.10
        See Also:
        TextStyle.getFont(), getTextStyle()
      • getTextStyle_Foreground

        org.eclipse.emf.ecore.EReference getTextStyle_Foreground()
        Returns the meta object for the reference 'Foreground'.
        Returns:
        the meta object for the reference 'Foreground'.
        Since:
        0.10
        See Also:
        TextStyle.getForeground(), getTextStyle()
      • getTextStyle_Background

        org.eclipse.emf.ecore.EReference getTextStyle_Background()
        Returns the meta object for the reference 'Background'.
        Returns:
        the meta object for the reference 'Background'.
        Since:
        0.10
        See Also:
        TextStyle.getBackground(), getTextStyle()
      • getTextStyleRegion

        org.eclipse.emf.ecore.EClass getTextStyleRegion()
        Returns the meta object for class 'Text Style Region'.
        Returns:
        the meta object for class 'Text Style Region'.
        Since:
        0.10
        See Also:
        TextStyleRegion
      • getTextStyleRegion_Start

        org.eclipse.emf.ecore.EAttribute getTextStyleRegion_Start()
        Returns the meta object for the attribute 'Start'.
        Returns:
        the meta object for the attribute 'Start'.
        Since:
        0.10
        See Also:
        TextStyleRegion.getStart(), getTextStyleRegion()
      • getTextStyleRegion_End

        org.eclipse.emf.ecore.EAttribute getTextStyleRegion_End()
        Returns the meta object for the attribute 'End'.
        Returns:
        the meta object for the attribute 'End'.
        Since:
        0.10
        See Also:
        TextStyleRegion.getEnd(), getTextStyleRegion()
      • getTextStyleRegion_Style

        org.eclipse.emf.ecore.EReference getTextStyleRegion_Style()
        Returns the meta object for the containment reference 'Style'.
        Returns:
        the meta object for the containment reference 'Style'.
        Since:
        0.10
        See Also:
        TextStyleRegion.getStyle(), getTextStyleRegion()
      • getLineStyle

        org.eclipse.emf.ecore.EEnum getLineStyle()
        Returns the meta object for enum 'Line Style'.
        Returns:
        the meta object for enum 'Line Style'.
        See Also:
        LineStyle
      • getOrientation

        org.eclipse.emf.ecore.EEnum getOrientation()
        Returns the meta object for enum 'Orientation'.
        Returns:
        the meta object for enum 'Orientation'.
        See Also:
        Orientation
      • getLocationType

        org.eclipse.emf.ecore.EEnum getLocationType()
        Returns the meta object for enum 'Location Type'.
        Returns:
        the meta object for enum 'Location Type'.
        See Also:
        LocationType
      • getUnderlineStyle

        org.eclipse.emf.ecore.EEnum getUnderlineStyle()
        Returns the meta object for enum 'Underline Style'.
        Returns:
        the meta object for enum 'Underline Style'.
        Since:
        0.10
        See Also:
        UnderlineStyle
      • getStylesFactory

        StylesFactory getStylesFactory()
        Returns the factory that creates the instances of the model.
        Returns:
        the factory that creates the instances of the model.