Package nl.lxtreme.ols.client.signaldisplay.model.SignalDiagramModel

Examples of nl.lxtreme.ols.client.signaldisplay.model.SignalDiagramModel.SignalAlignment


     *
     * @return the new signal height, in pixels.
     */
    public SignalAlignment getSignalAlignment()
    {
      SignalAlignment result = ( SignalAlignment )this.signalAlignmentEditor.getSelectedItem();
      if ( result == null )
      {
        result = SignalAlignment.valueOf( UIManager.getString( UIManagerKeys.SIGNALVIEW_SIGNAL_ALIGNMENT ) );
      }
      return result;
View Full Code Here

TOP

Related Classes of nl.lxtreme.ols.client.signaldisplay.model.SignalDiagramModel.SignalAlignment

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.