Package org.mt4j.components.visibleComponents

Examples of org.mt4j.components.visibleComponents.StyleInfo


   
    this.setNoFill(true);
    this.setPickable(true);
   
    if (MT4jSettings.getInstance().isOpenGlMode()){
      this.getGeometryInfo().generateOrUpdateBuffersLocal(new StyleInfo(new MTColor(255,255,255,255), new MTColor(startPoint.getR(), startPoint.getG(), startPoint.getB(), startPoint.getA()), this.isDrawSmooth(), this.isNoStroke(), this.isNoFill(), this.getStrokeWeight(), this.getFillDrawMode(), this.getLineStipple()));
    }
//    this.setBoundsBehaviour(AbstractShape.BOUNDS_DONT_USE);
    this.setBoundsBehaviour(BOUNDS_ONLY_CHECK);
   
    this.setName("unnamed MTLine");
View Full Code Here

TOP

Related Classes of org.mt4j.components.visibleComponents.StyleInfo

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.