Ontimize 5.2072EN

com.ontimize.util.swing.table
Class PivotTableUtils.LeftLineBorder

java.lang.Object
  extended byjavax.swing.border.AbstractBorder
      extended bycom.ontimize.util.swing.table.PivotTableUtils.LeftLineBorder
All Implemented Interfaces:
javax.swing.border.Border, java.io.Serializable
Enclosing class:
PivotTableUtils

public static class PivotTableUtils.LeftLineBorder
extends javax.swing.border.AbstractBorder

See Also:
Serialized Form

Field Summary
protected  java.awt.Insets insets
           
 
Constructor Summary
PivotTableUtils.LeftLineBorder()
           
 
Method Summary
 java.awt.Insets getBorderInsets(java.awt.Component c)
           
 void paintBorder(java.awt.Component c, java.awt.Graphics g, int x, int y, int width, int height)
           
 
Methods inherited from class javax.swing.border.AbstractBorder
getBorderInsets, getInteriorRectangle, getInteriorRectangle, isBorderOpaque
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

insets

protected java.awt.Insets insets
Constructor Detail

PivotTableUtils.LeftLineBorder

public PivotTableUtils.LeftLineBorder()
Method Detail

getBorderInsets

public java.awt.Insets getBorderInsets(java.awt.Component c)

paintBorder

public void paintBorder(java.awt.Component c,
                        java.awt.Graphics g,
                        int x,
                        int y,
                        int width,
                        int height)

Ontimize