Class TierDataLayoutBgPainter
java.lang.Object
ca.phon.app.session.editor.view.common.TierDataLayoutBgPainter
Background painter for components using the TierDataLayout provider.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpaintComponent(Component c, Graphics2D g2, TierDataLayout layout) Paint the component with the givenTierDataLayoutandGraphics2DvoidsetBgColor(Color bgColor) voidsetLabelBgColor(Color labelBgColor) voidsetPrimaryStripeColor(Color primaryStripeColor) voidsetSecondaryStripeColor(Color secondaryStripeColor)
-
Constructor Details
-
TierDataLayoutBgPainter
public TierDataLayoutBgPainter()
-
-
Method Details
-
getBgColor
-
setBgColor
-
getLabelBgColor
-
setLabelBgColor
-
getPrimaryStripeColor
-
setPrimaryStripeColor
-
getSecondaryStripeColor
-
setSecondaryStripeColor
-
paintComponent
Paint the component with the givenTierDataLayoutandGraphics2D- Parameters:
c-g2-layout-
-