Home Original page

SequencePanel.Border (biojava-legacy 1.9.5 API)

  • java.lang.Object
    • org.biojava.bio.gui.sequence.SequencePanel.Border
  • All Implemented Interfaces:
    Serializable, SwingConstants
    Enclosing class:
    SequencePanel

    public class SequencePanel.Border
    extends Object
    implements Serializable, SwingConstants
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected PropertyChangeSupport pcs  
      • Fields inherited from interface javax.swing.SwingConstants

        BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addPropertyChangeListener​(PropertyChangeListener listener)  
      int getAlignment()  
      double getSize()  
      void removePropertyChangeListener​(PropertyChangeListener listener)  
      void setAlignment​(int alignment)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • pcs

        protected final PropertyChangeSupport pcs
    • Method Detail

      • getSize

        public double getSize()
      • getAlignment

        public int getAlignment()
      • setAlignment

        public void setAlignment​(int alignment)
                          throws IllegalArgumentException
        Throws:
        IllegalArgumentException
      • addPropertyChangeListener

        public void addPropertyChangeListener​(PropertyChangeListener listener)
      • removePropertyChangeListener

        public void removePropertyChangeListener​(PropertyChangeListener listener)