Package com.mystictri.neotextureedit.ChannelParameterEditorPanel

Examples of com.mystictri.neotextureedit.ChannelParameterEditorPanel.InfoLabel


    else if (param.getClass() == ColorGradientParam.class)
      return new GradientEditorPanel((ColorGradientParam) param);
    else if (param.getClass() == ImageParam.class)
      return new ImageParameterEditor((ImageParam) param);
    else if (param.getClass() == InfoParam.class)
      return new InfoLabel((InfoParam) param);
    else if (param.getClass() == Matrix3x3Param.class)
      return new Matrix3x3ParameterEditor((Matrix3x3Param) param);
    else
      return null;
  }
View Full Code Here

TOP

Related Classes of com.mystictri.neotextureedit.ChannelParameterEditorPanel.InfoLabel

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.