Package processing.plugin.core.model

Examples of processing.plugin.core.model.LibraryModel


    }
  }

  /** Returns the single model instance providing access to Processing libraries */
  public LibraryModel getLibraryModel() {
    return (pLibs == null) ? new LibraryModel() : pLibs;
  }
View Full Code Here

TOP

Related Classes of processing.plugin.core.model.LibraryModel

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.