Class BasicStylePanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.vividsolutions.jump.workbench.ui.style.BasicStylePanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Direct Known Subclasses:
DeeRenderingStylePanel, RenderingStylePanel

public class BasicStylePanel extends JPanel
BasicStylePanel is used to edit the basic style.
Version:
$Revision$, $Date: 2008-02-19 14:52:27 +0100 (Tue, 19 Feb 2008) $
Author:
unknown, last edited by: $Author$
See Also:
  • Field Details

    • SLIDER_TEXT_FIELD_COLUMNS

      protected static final int SLIDER_TEXT_FIELD_COLUMNS
      See Also:
    • SLIDER_DIMENSION

      protected static final Dimension SLIDER_DIMENSION
    • centerPanel

      protected JPanel centerPanel
    • fillCheckBox

      protected JCheckBox fillCheckBox
    • lineCheckBox

      protected JCheckBox lineCheckBox
    • transparencyPanel

      protected TransparencyPanel transparencyPanel
    • transparencyLabel

      protected JLabel transparencyLabel
    • lineColorChooserPanel

      protected ColorChooserPanel lineColorChooserPanel
    • fillColorChooserPanel

      protected ColorChooserPanel fillColorChooserPanel
    • lineWidthLabel

      protected JLabel lineWidthLabel
    • interiorBorderCheckBox

      protected JCheckBox interiorBorderCheckBox
    • synchronizeCheckBox

      protected JCheckBox synchronizeCheckBox
    • lineWidthSlider

      protected JSlider lineWidthSlider
  • Constructor Details

    • BasicStylePanel

      public BasicStylePanel()
      Parameterless constructor for JBuilder GUI designer.
    • BasicStylePanel

      public BasicStylePanel(Blackboard blackboard, int palettePanelVerticalScrollBarPolicy)
  • Method Details

    • jbInit

      protected void jbInit() throws Exception
      Throws:
      Exception
    • getTransparencySlider

      public JSlider getTransparencySlider()
    • getLineWidthSlider

      public JSlider getLineWidthSlider()
    • setAlpha

      protected void setAlpha(int alpha)
    • getAlpha

      protected int getAlpha()
    • setBasicStyle

      public void setBasicStyle(BasicStyle basicStyle)
    • getBasicStyle

      public BasicStyle getBasicStyle()
    • setFillColor

      protected void setFillColor(Color newColor)
    • updateControls

      protected void updateControls()
    • setSynchronizingLineColor

      public void setSynchronizingLineColor(boolean newSynchronizingLineColor)
    • synchronizeCheckBox_actionPerformed

      protected void synchronizeCheckBox_actionPerformed(ActionEvent e)
    • getSynchronizeCheckBox

      public JCheckBox getSynchronizeCheckBox()