Package net.sf.latexdraw.actions.shape

Examples of net.sf.latexdraw.actions.shape.ShapeProperties


  }

  @Override
  public void initAction() {
    final Object obj = interaction.getSpinner();
    final ShapeProperties prop;

    if(obj==instrument.arrowInset) prop = ShapeProperties.ARROW_INSET;
    else if(obj==instrument.arrowLength) prop = ShapeProperties.ARROW_LENGTH;
    else if(obj==instrument.arrowSizeDim) prop = ShapeProperties.ARROW_SIZE_DIM;
    else if(obj==instrument.arrowSizeNum) prop = ShapeProperties.ARROW_SIZE_NUM;
View Full Code Here

TOP

Related Classes of net.sf.latexdraw.actions.shape.ShapeProperties

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.