Tabnine Logo
BevelArrowIcon.init
Code IndexAdd Tabnine to your IDE (free)

How to use
init
method
in
org.jfree.ui.BevelArrowIcon

Best Java code snippets using org.jfree.ui.BevelArrowIcon.init (Showing top 6 results out of 315)

origin: org.jfree/com.springsource.org.jfree

/**
 * Standard constructor - builds an icon with the specified attributes.
 *
 * @param edge1  the color of edge1.
 * @param edge2  the color of edge2.
 * @param fill  the fill color.
 * @param size  the size of the arrow icon.
 * @param direction  the direction that the arrow points.
 */
public BevelArrowIcon(final Color edge1, 
           final Color edge2, 
           final Color fill, 
           final int size, 
           final int direction) {
  init(edge1, edge2, fill, size, direction);
}
origin: org.jfree/jcommon

/**
 * Standard constructor - builds an icon with the specified attributes.
 *
 * @param edge1  the color of edge1.
 * @param edge2  the color of edge2.
 * @param fill  the fill color.
 * @param size  the size of the arrow icon.
 * @param direction  the direction that the arrow points.
 */
public BevelArrowIcon(final Color edge1, 
           final Color edge2, 
           final Color fill, 
           final int size, 
           final int direction) {
  init(edge1, edge2, fill, size, direction);
}
origin: jfree/jcommon

/**
 * Standard constructor - builds an icon with the specified attributes.
 *
 * @param edge1  the color of edge1.
 * @param edge2  the color of edge2.
 * @param fill  the fill color.
 * @param size  the size of the arrow icon.
 * @param direction  the direction that the arrow points.
 */
public BevelArrowIcon(final Color edge1, 
           final Color edge2, 
           final Color fill, 
           final int size, 
           final int direction) {
  init(edge1, edge2, fill, size, direction);
}
origin: jfree/jcommon

if (isRaisedView) {
  if (isPressedView) {
    init(UIManager.getColor("controlLtHighlight"),
       UIManager.getColor("controlDkShadow"),
       UIManager.getColor("controlShadow"),
    init(UIManager.getColor("controlHighlight"),
       UIManager.getColor("controlShadow"),
       UIManager.getColor("control"),
    init(UIManager.getColor("controlDkShadow"),
       UIManager.getColor("controlLtHighlight"),
       UIManager.getColor("controlShadow"),
    init(UIManager.getColor("controlShadow"),
       UIManager.getColor("controlHighlight"),
       UIManager.getColor("control"),
origin: org.jfree/jcommon

if (isRaisedView) {
  if (isPressedView) {
    init(UIManager.getColor("controlLtHighlight"),
       UIManager.getColor("controlDkShadow"),
       UIManager.getColor("controlShadow"),
    init(UIManager.getColor("controlHighlight"),
       UIManager.getColor("controlShadow"),
       UIManager.getColor("control"),
    init(UIManager.getColor("controlDkShadow"),
       UIManager.getColor("controlLtHighlight"),
       UIManager.getColor("controlShadow"),
    init(UIManager.getColor("controlShadow"),
       UIManager.getColor("controlHighlight"),
       UIManager.getColor("control"),
origin: org.jfree/com.springsource.org.jfree

if (isRaisedView) {
  if (isPressedView) {
    init(UIManager.getColor("controlLtHighlight"),
       UIManager.getColor("controlDkShadow"),
       UIManager.getColor("controlShadow"),
    init(UIManager.getColor("controlHighlight"),
       UIManager.getColor("controlShadow"),
       UIManager.getColor("control"),
    init(UIManager.getColor("controlDkShadow"),
       UIManager.getColor("controlLtHighlight"),
       UIManager.getColor("controlShadow"),
    init(UIManager.getColor("controlShadow"),
       UIManager.getColor("controlHighlight"),
       UIManager.getColor("control"),
org.jfree.uiBevelArrowIconinit

Javadoc

Initialises the attributes of the arrow icon.

Popular methods of BevelArrowIcon

  • <init>
    Standard constructor - builds an icon with the specified attributes.
  • drawDownArrow
    Draws the arrow pointing down.
  • drawUpArrow
    Draws the arrow pointing up.

Popular in Java

  • Reactive rest calls using spring rest template
  • getContentResolver (Context)
  • getApplicationContext (Context)
  • compareTo (BigDecimal)
  • Component (java.awt)
    A component is an object having a graphical representation that can be displayed on the screen and t
  • Runnable (java.lang)
    Represents a command that can be executed. Often used to run code in a different Thread.
  • SecureRandom (java.security)
    This class generates cryptographically secure pseudo-random numbers. It is best to invoke SecureRand
  • DecimalFormat (java.text)
    A concrete subclass of NumberFormat that formats decimal numbers. It has a variety of features desig
  • SortedSet (java.util)
    SortedSet is a Set which iterates over its elements in a sorted order. The order is determined eithe
  • Get (org.apache.hadoop.hbase.client)
    Used to perform Get operations on a single row. To get everything for a row, instantiate a Get objec
  • Top Vim 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