Save This Page
Home » openjdk-7 » javax » swing » plaf » [javadoc | source]
javax.swing.plaf
public static class: BorderUIResource.TitledBorderUIResource [javadoc | source]
java.lang.Object
   javax.swing.border.AbstractBorder
      javax.swing.border.TitledBorder
         javax.swing.plaf.BorderUIResource$TitledBorderUIResource

All Implemented Interfaces:
    UIResource, Border, Serializable

Fields inherited from javax.swing.border.TitledBorder:
title,  border,  titlePosition,  titleJustification,  titleFont,  titleColor,  DEFAULT_POSITION,  ABOVE_TOP,  TOP,  BELOW_TOP,  ABOVE_BOTTOM,  BOTTOM,  BELOW_BOTTOM,  DEFAULT_JUSTIFICATION,  LEFT,  CENTER,  RIGHT,  LEADING,  TRAILING,  EDGE_SPACING,  TEXT_SPACING,  TEXT_INSET_H
Constructor:
 public TitledBorderUIResource(String title) 
 public TitledBorderUIResource(Border border) 
 public TitledBorderUIResource(Border border,
    String title) 
 public TitledBorderUIResource(Border border,
    String title,
    int titleJustification,
    int titlePosition) 
 public TitledBorderUIResource(Border border,
    String title,
    int titleJustification,
    int titlePosition,
    Font titleFont) 
 public TitledBorderUIResource(Border border,
    String title,
    int titleJustification,
    int titlePosition,
    Font titleFont,
    Color titleColor) 
Methods from javax.swing.border.TitledBorder:
getBaseline,   getBaselineResizeBehavior,   getBorder,   getBorderInsets,   getFont,   getMinimumSize,   getTitle,   getTitleColor,   getTitleFont,   getTitleJustification,   getTitlePosition,   isBorderOpaque,   paintBorder,   setBorder,   setTitle,   setTitleColor,   setTitleFont,   setTitleJustification,   setTitlePosition
Methods from javax.swing.border.AbstractBorder:
getBaseline,   getBaselineResizeBehavior,   getBorderInsets,   getBorderInsets,   getInteriorRectangle,   getInteriorRectangle,   isBorderOpaque,   isLeftToRight,   paintBorder
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait