Class BasicFontPropertiesPane

    • Constructor Detail

      • BasicFontPropertiesPane

        public BasicFontPropertiesPane()
    • Method Detail

      • isExtendedFontPropertiesShowing

        protected boolean isExtendedFontPropertiesShowing()
      • setExtendedFontPropertiesShowing

        public void setExtendedFontPropertiesShowing​(boolean extendedFontPropertiesShowing)
      • init

        public void init()
      • getFontFamily

        public String getFontFamily()
      • setFontFamily

        public void setFontFamily​(String fontFamily)
      • getFontSize

        public int getFontSize()
      • setFontSize

        public void setFontSize​(int fontSize)
      • getFontStyle

        public int getFontStyle()
      • setFontStyle

        public void setFontStyle​(int fontStyle)
      • isUnderlined

        public boolean isUnderlined()
      • setUnderlined

        public void setUnderlined​(boolean underlined)
      • isStrikeThrough

        public boolean isStrikeThrough()
      • setStrikeThrough

        public void setStrikeThrough​(boolean strikeThrough)
      • createPreviewPane

        protected JComponent createPreviewPane()
      • createAliasPanel

        protected Component createAliasPanel()
      • addChangeListener

        public void addChangeListener​(ChangeListener changeListener)
      • removeChangeListener

        public void removeChangeListener​(ChangeListener changeListener)
      • fireChangeEvent

        protected void fireChangeEvent()