Package nexus.model.renderable

Examples of nexus.model.renderable.BlockMask


    return true;
  }
 
  public BlockMask getMask() {
    if (this.mask == null && this.visible()) {
      this.mask = new BlockMask(this);
    }
   
    return this.mask;
  }
View Full Code Here

TOP

Related Classes of nexus.model.renderable.BlockMask

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.