Package org.jwildfire.create.tina.palette

Examples of org.jwildfire.create.tina.palette.DefaultGradientSelectionProvider


    _lastGradient = pGradient != null ? pGradient.makeDeepCopy() : null;
  }

  protected void deRegisterFromEditor(Flame pFlame, Layer pLayer) {
    if (pFlame != null && pLayer != null && pLayer.getPalette() != null) {
      pLayer.getPalette().setSelectionProvider(new DefaultGradientSelectionProvider());
    }
  }
View Full Code Here

TOP

Related Classes of org.jwildfire.create.tina.palette.DefaultGradientSelectionProvider

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.