Class BasicStylePanel

    • Field Detail

      • SLIDER_TEXT_FIELD_COLUMNS

        protected static final int SLIDER_TEXT_FIELD_COLUMNS
        See Also:
        Constant Field Values
      • SLIDER_DIMENSION

        protected static final Dimension SLIDER_DIMENSION
      • centerPanel

        protected JPanel centerPanel
      • fillCheckBox

        protected JCheckBox fillCheckBox
      • lineCheckBox

        protected JCheckBox lineCheckBox
      • transparencyLabel

        protected JLabel transparencyLabel
      • lineWidthLabel

        protected JLabel lineWidthLabel
      • synchronizeCheckBox

        protected JCheckBox synchronizeCheckBox
      • lineWidthSlider

        protected JSlider lineWidthSlider
    • Constructor Detail

      • BasicStylePanel

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

        public BasicStylePanel​(Blackboard blackboard,
                               int palettePanelVerticalScrollBarPolicy)
    • Method Detail

      • getTransparencySlider

        public JSlider getTransparencySlider()
      • 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()