Package net.sf.laja.cdd.behaviour.mouth

Examples of net.sf.laja.cdd.behaviour.mouth.CuteMouth



        CuteMouthList cuteMouthList = MouthFactory.createList(MouthFactory.width(width).height(height).color(red),
                MouthFactory.width(width).height(height).color(green)).asMouthList(SMALL).asCuteMouthList(SMALL, 1);

        CuteMouth greenMouth = cuteMouthList.get(1);

        cuteMouthList.remove(greenMouth);

        System.out.println(cuteMouthList);
View Full Code Here


        return new TestMouth(state);
    }

    // (list)
    public CuteMouth asCuteMouth() {
        return new CuteMouth(state);
    }
View Full Code Here

TOP

Related Classes of net.sf.laja.cdd.behaviour.mouth.CuteMouth

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.