Package hec.gfx2d

Class PointPropertiesPanel

All Implemented Interfaces:
hec.gfx2d.components.ComponentPanel, ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible

public class PointPropertiesPanel extends JPanel implements ActionListener, hec.gfx2d.components.ComponentPanel
This Class forms the basic property panel within the dialog for a point type
See Also:
  • Constructor Details

    • PointPropertiesPanel

      public PointPropertiesPanel()
  • Method Details

    • setTitle

      public void setTitle(String titl)
    • setComponentsEnabled

      public void setComponentsEnabled(boolean b)
      Sets all components enabled or disable in this panel.
      Specified by:
      setComponentsEnabled in interface hec.gfx2d.components.ComponentPanel
      Parameters:
      b - if true componets are enabled, disabled on a false
    • setData

      public void setData(G2dLineProperties prop)
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener
    • savePanel

      public boolean savePanel()
    • getToolTipText

      public String getToolTipText(MouseEvent e)
      Overrides:
      getToolTipText in class JComponent
    • getData

      public G2dLineProperties getData()
      return the line (symbol) properties set in the panel components