Codota Logo
SubstanceImageCreator.getCloseIcon
Code IndexAdd Codota to your IDE (free)

How to use
getCloseIcon
method
in
org.pushingpixels.substance.internal.utils.SubstanceImageCreator

Best Java code snippets using org.pushingpixels.substance.internal.utils.SubstanceImageCreator.getCloseIcon (Showing top 12 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
StringBuilder s =
  • Codota Iconnew StringBuilder()
  • Codota Iconnew StringBuilder(32)
  • Codota IconString str;new StringBuilder(str)
  • Smart code suggestions by Codota
}
origin: com.github.insubstantial/substance

  @Override
  public Object createValue(UIDefaults table) {
    return SubstanceImageCreator.getCloseIcon(
        titlePaneScheme, titlePaneScheme);
  }
},
origin: org.java.net.substance/substance

  public Object createValue(UIDefaults table) {
    return SubstanceImageCreator.getCloseIcon(
        titlePaneScheme, titlePaneScheme);
  }
},
origin: com.github.insubstantial/substance

  @Override
  public Object createValue(UIDefaults table) {
    return SubstanceImageCreator.getCloseIcon(
        titlePaneScheme, titlePaneScheme);
  }
},
origin: org.java.net.substance/substance

  public Object createValue(UIDefaults table) {
    return SubstanceImageCreator.getCloseIcon(
        titlePaneScheme, titlePaneScheme);
  }
},
origin: org.java.net.substance/substance

/**
 * Returns <code>close</code> icon.
 * 
 * @param scheme
 *            Color scheme for the icon.
 * @return <code>Close</code> icon.
 */
public static Icon getCloseIcon(SubstanceColorScheme scheme,
    SubstanceColorScheme backgroundScheme) {
  return SubstanceImageCreator.getCloseIcon(SubstanceSizeUtils
      .getTitlePaneIconSize(), scheme, backgroundScheme);
}
origin: com.github.insubstantial/substance

/**
 * Returns <code>close</code> icon.
 * 
 * @param scheme
 *            Color scheme for the icon.
 * @return <code>Close</code> icon.
 */
public static Icon getCloseIcon(SubstanceColorScheme scheme,
    SubstanceColorScheme backgroundScheme) {
  return SubstanceImageCreator.getCloseIcon(
      SubstanceSizeUtils.getTitlePaneIconSize(), scheme,
      backgroundScheme);
}
origin: org.java.net.substance/substance

/**
 * Creates a new close action.
 */
public CloseAction() {
  super(SubstanceCoreUtilities.getResourceBundle(rootPane).getString(
      "SystemMenu.close"), SubstanceImageCreator.getCloseIcon(
      SubstanceCoreUtilities.getSkin(rootPane)
          .getActiveColorScheme(
              DecorationAreaType.PRIMARY_TITLE_PANE),
      SubstanceCoreUtilities.getSkin(rootPane)
          .getBackgroundColorScheme(
              DecorationAreaType.PRIMARY_TITLE_PANE)));
}
origin: com.github.insubstantial/substance

/**
 * Creates a new close action.
 */
public CloseAction() {
  super(SubstanceCoreUtilities.getResourceBundle(rootPane).getString(
      "SystemMenu.close"), SubstanceImageCreator.getCloseIcon(
      SubstanceCoreUtilities.getSkin(rootPane)
          .getActiveColorScheme(getThisDecorationType()),
      SubstanceCoreUtilities.getSkin(rootPane)
          .getBackgroundColorScheme(getThisDecorationType())));
}
origin: org.java.net.substance/substance

int iconSize = width - delta;
Icon closeIcon = SubstanceImageCreator.getCloseIcon(iconSize,
    markScheme, markScheme);
closeIcon.paintIcon(tabPane, finalGraphics, delta / 2, delta / 2);
origin: com.github.insubstantial/substance

int iconSize = width - delta;
Icon closeIcon = SubstanceImageCreator.getCloseIcon(iconSize,
    markScheme, markScheme);
closeIcon.paintIcon(tabPane, finalGraphics, delta / 2, delta / 2);
origin: com.github.insubstantial/substance

result = SubstanceImageCreator.getCloseIcon(scheme,
    backgroundScheme);
break;
origin: org.java.net.substance/substance

result = SubstanceImageCreator.getCloseIcon(scheme,
    backgroundScheme);
break;
org.pushingpixels.substance.internal.utilsSubstanceImageCreatorgetCloseIcon

Javadoc

Returns close icon.

Popular methods of SubstanceImageCreator

  • getArrowIcon
    Returns arrow icon for the specified parameters.
  • crayonX
    Retrieves crayon X offset.
  • crayonY
    Retrieves crayon Y offset.
  • drawRadioMark
    Draws radio mark.
  • getArrow
    Retrieves arrow image.
  • getCheckBox
    Retrieves check box of the specified size that matches the specified component state.
  • getCheckMark
    Retrieves check mark image.
  • getColorSchemeImage
    Creates a new version of the specified image that is rendered in the colors of the specified color s
  • getDoubleArrowIcon
    Retrieves arrow icon.
  • getDragImage
    Returns drag bumps image.
  • getHexaMarker
    Returns small icon representation of the specified integer value. The remainder of dividing the inte
  • getMaximizeIcon
    Returns maximize icon.
  • getHexaMarker,
  • getMaximizeIcon,
  • getMinimizeIcon,
  • getNegated,
  • getRadioButton,
  • getRestoreIcon,
  • getRotated,
  • getSearchIcon,
  • getSingleCrayon

Popular in Java

  • Parsing JSON documents to java classes using gson
  • notifyDataSetChanged (ArrayAdapter)
  • setContentView (Activity)
  • getResourceAsStream (ClassLoader)
    Returns a stream for the resource with the specified name. See #getResource(String) for a descriptio
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • String (java.lang)
  • InetAddress (java.net)
    This class represents an Internet Protocol (IP) address. An IP address is either a 32-bit or 128-bit
  • Set (java.util)
    A collection that contains no duplicate elements. More formally, sets contain no pair of elements e1
  • Servlet (javax.servlet)
    Defines methods that all servlets must implement.A servlet is a small Java program that runs within
  • 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
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now