Class FolderStyleTabRenderer
java.lang.Object
com.inductiveautomation.factorypmi.application.components.tabstrip.AbstractTabRenderer
com.inductiveautomation.factorypmi.application.components.tabstrip.FolderStyleTabRenderer
-
Field Summary
Fields inherited from class com.inductiveautomation.factorypmi.application.components.tabstrip.AbstractTabRenderer
drawDividingLine, gradientCapable, orientation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
draw
(Graphics g, TabComponent tab) protected void
drawHorizontal
(Graphics g, TabComponent tab) protected void
drawVertical
(Graphics g, TabComponent tab) int
int
Methods inherited from class com.inductiveautomation.factorypmi.application.components.tabstrip.AbstractTabRenderer
buildGradient, getOrientation, isDrawDividingLine, isGradientCapable, setDrawDividingLine, setGradientCapable, setOrientation
-
Constructor Details
-
FolderStyleTabRenderer
public FolderStyleTabRenderer()
-
-
Method Details
-
draw
- Specified by:
draw
in classAbstractTabRenderer
-
drawHorizontal
- Specified by:
drawHorizontal
in classAbstractTabRenderer
-
drawVertical
- Specified by:
drawVertical
in classAbstractTabRenderer
-
getLeadingSpace
public int getLeadingSpace()- Specified by:
getLeadingSpace
in classAbstractTabRenderer
-
getPadding
public int getPadding()- Specified by:
getPadding
in classAbstractTabRenderer
-