Package org.kaminoite.ranka.kido.ipad.tools.go.specification

Examples of org.kaminoite.ranka.kido.ipad.tools.go.specification.SgfProperties


    private SgfProperties createSgfProperties()
    {
        MoreExtraInfo moreExtraInfo = createMoreExtraInfo();
        if (moreExtraInfo.m_sgfProperties == null)
            moreExtraInfo.m_sgfProperties = new SgfProperties();
        return moreExtraInfo.m_sgfProperties;
    }
View Full Code Here

TOP

Related Classes of org.kaminoite.ranka.kido.ipad.tools.go.specification.SgfProperties

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.