Class DemoStyleTabRenderer
- java.lang.Object
 - 
- com.inductiveautomation.factorypmi.application.components.tabstrip.AbstractTabRenderer
 - 
- com.inductiveautomation.factorypmi.application.components.tabstrip.DemoStyleTabRenderer
 
 
 
- 
public class DemoStyleTabRenderer extends AbstractTabRenderer
 
- 
- 
Field Summary
- 
Fields inherited from class com.inductiveautomation.factorypmi.application.components.tabstrip.AbstractTabRenderer
drawDividingLine, gradientCapable, orientation 
 - 
 
- 
Constructor Summary
Constructors Constructor Description DemoStyleTabRenderer() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddraw(java.awt.Graphics g, TabComponent tab)protected voiddrawHorizontal(java.awt.Graphics g, TabComponent tab)protected voiddrawVertical(java.awt.Graphics g, TabComponent tab)intgetLeadingSpace()intgetPadding()- 
Methods inherited from class com.inductiveautomation.factorypmi.application.components.tabstrip.AbstractTabRenderer
buildGradient, getOrientation, isDrawDividingLine, isGradientCapable, setDrawDividingLine, setGradientCapable, setOrientation 
 - 
 
 - 
 
- 
- 
Method Detail
- 
draw
protected void draw(java.awt.Graphics g, TabComponent tab)- Specified by:
 drawin classAbstractTabRenderer
 
- 
drawHorizontal
protected void drawHorizontal(java.awt.Graphics g, TabComponent tab)- Specified by:
 drawHorizontalin classAbstractTabRenderer
 
- 
drawVertical
protected void drawVertical(java.awt.Graphics g, TabComponent tab)- Specified by:
 drawVerticalin classAbstractTabRenderer
 
- 
getLeadingSpace
public int getLeadingSpace()
- Specified by:
 getLeadingSpacein classAbstractTabRenderer
 
- 
getPadding
public int getPadding()
- Specified by:
 getPaddingin classAbstractTabRenderer
 
 - 
 
 -