Tabnine Logo
FontChooserPanel.getSelectedStyle
Code IndexAdd Tabnine to your IDE (free)

How to use
getSelectedStyle
method
in
org.jfree.ui.FontChooserPanel

Best Java code snippets using org.jfree.ui.FontChooserPanel.getSelectedStyle (Showing top 3 results out of 315)

origin: org.jfree/jcommon

/**
 * Returns a Font object representing the selection in the panel.
 *
 * @return the font.
 */
public Font getSelectedFont() {
  return new Font(getSelectedName(), getSelectedStyle(),
      getSelectedSize());
}
origin: jfree/jcommon

/**
 * Returns a Font object representing the selection in the panel.
 *
 * @return the font.
 */
public Font getSelectedFont() {
  return new Font(getSelectedName(), getSelectedStyle(),
      getSelectedSize());
}
origin: org.jfree/com.springsource.org.jfree

/**
 * Returns a Font object representing the selection in the panel.
 *
 * @return the font.
 */
public Font getSelectedFont() {
  return new Font(getSelectedName(), getSelectedStyle(), getSelectedSize());
}
org.jfree.uiFontChooserPanelgetSelectedStyle

Javadoc

Returns the selected style.

Popular methods of FontChooserPanel

  • <init>
    Standard constructor - builds a FontChooserPanel initialised with the specified font.
  • getSelectedFont
    Returns a Font object representing the selection in the panel.
  • add
  • getSelectedName
    Returns the selected name.
  • getSelectedSize
    Returns the selected size.
  • setLayout
  • setSelectedFont
    Initializes the contents of the dialog from the given font object.

Popular in Java

  • Running tasks concurrently on multiple threads
  • putExtra (Intent)
  • runOnUiThread (Activity)
  • notifyDataSetChanged (ArrayAdapter)
  • BufferedReader (java.io)
    Wraps an existing Reader and buffers the input. Expensive interaction with the underlying reader is
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • DecimalFormat (java.text)
    A concrete subclass of NumberFormat that formats decimal numbers. It has a variety of features desig
  • Stack (java.util)
    Stack is a Last-In/First-Out(LIFO) data structure which represents a stack of objects. It enables u
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • Top Sublime Text plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now