congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
RectangleInsets.createInsetRectangle
Code IndexAdd Tabnine to your IDE (free)

How to use
createInsetRectangle
method
in
org.jfree.ui.RectangleInsets

Best Java code snippets using org.jfree.ui.RectangleInsets.createInsetRectangle (Showing top 4 results out of 315)

origin: jfree/jcommon

/**
 * Creates an 'inset' rectangle.
 * 
 * @param base  the base rectangle (<code>null</code> not permitted).
 * 
 * @return The inset rectangle.
 */
public Rectangle2D createInsetRectangle(final Rectangle2D base) {
  return createInsetRectangle(base, true, true);
}
 
origin: org.jfree/jcommon

/**
 * Creates an 'inset' rectangle.
 * 
 * @param base  the base rectangle (<code>null</code> not permitted).
 * 
 * @return The inset rectangle.
 */
public Rectangle2D createInsetRectangle(final Rectangle2D base) {
  return createInsetRectangle(base, true, true);
}
 
origin: org.jfree/com.springsource.org.jfree

/**
 * Creates an 'inset' rectangle.
 * 
 * @param base  the base rectangle (<code>null</code> not permitted).
 * 
 * @return The inset rectangle.
 */
public Rectangle2D createInsetRectangle(final Rectangle2D base) {
  return createInsetRectangle(base, true, true);
}
 
origin: org.codehaus.jtstand/jtstand-chart

Rectangle2D labelsArea = labelInsets.createInsetRectangle(pieArea);
double runningTotal = 0.0;
Iterator iterator = keys.iterator();
org.jfree.uiRectangleInsetscreateInsetRectangle

Javadoc

Creates an 'inset' rectangle.

Popular methods of RectangleInsets

  • <init>
    Creates a new instance.
  • calculateBottomInset
    Returns the bottom margin.
  • calculateBottomOutset
    Returns the bottom margin.
  • calculateLeftInset
    Returns the left margin.
  • calculateLeftOutset
    Returns the left margin.
  • calculateRightInset
    Returns the right margin.
  • calculateRightOutset
    Returns the right margin.
  • calculateTopInset
    Returns the top margin.
  • calculateTopOutset
    Returns the top margin.
  • createOutsetRectangle
    Creates an outset rectangle.
  • extendHeight
    Extends the given height to allow for the insets.
  • extendWidth
    Extends the given width to allow for the insets.
  • extendHeight,
  • extendWidth,
  • hashCode,
  • getBottom,
  • getTop,
  • trim,
  • createAdjustedRectangle,
  • equals,
  • getLeft

Popular in Java

  • Parsing JSON documents to java classes using gson
  • scheduleAtFixedRate (Timer)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • findViewById (Activity)
  • URLConnection (java.net)
    A connection to a URL for reading or writing. For HTTP connections, see HttpURLConnection for docume
  • ResultSet (java.sql)
    An interface for an object which represents a database table entry, returned as the result of the qu
  • HttpServletRequest (javax.servlet.http)
    Extends the javax.servlet.ServletRequest interface to provide request information for HTTP servlets.
  • DataSource (javax.sql)
    An interface for the creation of Connection objects which represent a connection to a database. This
  • LogFactory (org.apache.commons.logging)
    Factory for creating Log instances, with discovery and configuration features similar to that employ
  • Loader (org.hibernate.loader)
    Abstract superclass of object loading (and querying) strategies. This class implements useful common
  • 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