Package edu.gmu.seor.prognos.unbbayesplugin.jt.util

Examples of edu.gmu.seor.prognos.unbbayesplugin.jt.util.SerializablePoint2D


    // width
    size.x = DEFAULT_SIZE.getX();
    // height
    size.y = DEFAULT_SIZE.getY();

    position = new SerializablePoint2D();
    bSelected = false;
    phrasesMap = new ArrayMap<String, ExplanationPhrase>();
    informationType = DESCRIPTION_TYPE;
   
    //by young
View Full Code Here

TOP

Related Classes of edu.gmu.seor.prognos.unbbayesplugin.jt.util.SerializablePoint2D

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.