Package at.bestsolution.efxclipse.tooling.svgpath.svgPath

Examples of at.bestsolution.efxclipse.tooling.svgpath.svgPath.coordinate


   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetC2(coordinate newC2, NotificationChain msgs)
  {
    coordinate oldC2 = c2;
    c2 = newC2;
    if (eNotificationRequired())
    {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, SvgPathPackage.COORDINATE_PAIR__C2, oldC2, newC2);
      if (msgs == null) msgs = notification; else msgs.add(notification);
View Full Code Here


   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetC1(coordinate newC1, NotificationChain msgs)
  {
    coordinate oldC1 = c1;
    c1 = newC1;
    if (eNotificationRequired())
    {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, SvgPathPackage.COORDINATE_PAIR__C1, oldC1, newC1);
      if (msgs == null) msgs = notification; else msgs.add(notification);
View Full Code Here

TOP

Related Classes of at.bestsolution.efxclipse.tooling.svgpath.svgPath.coordinate

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.