Package fr.soleil.comete.caps.matrixcaps

Examples of fr.soleil.comete.caps.matrixcaps.BooleanMatrixCaps


        return new GenericDescriptor(boolean[][].class);
    }

    @Override
    protected CometeCaps<?, IBooleanMatrixTarget> initTargetCaps(IBooleanMatrixTarget target) {
        return new BooleanMatrixCaps(target);
    }
View Full Code Here


        return new GenericDescriptor(boolean[][].class);
    }

    @Override
    protected CometeCaps<?, ?> initTargetCaps(IBooleanMatrixComponent target) {
        return new BooleanMatrixCaps(target);
    }
View Full Code Here

TOP

Related Classes of fr.soleil.comete.caps.matrixcaps.BooleanMatrixCaps

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.