Package net.sf.jasperreports.engine.util
Class StyleUtil
java.lang.Object
net.sf.jasperreports.engine.util.StyleUtil
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Merges two boxes, by appending the properties of the source box to the ones of the destination box.static void
appendParagraph
(JRParagraph destParagraph, JRParagraph srcParagraph) Merges two paragraphs, by appending the properties of the source paragraph to the ones of the destination paragraph.static void
Merges two pens, by appending the properties of the source pen to the ones of the destination pen.static void
appendStyle
(JRStyle destStyle, JRStyle srcStyle) Merges two styles, by appending the properties of the source style to the ones of the destination style.protected boolean
hasBorder
(JRBoxContainer boxContainer, net.sf.jasperreports.engine.util.StyleUtil.BoxSideSelector selector) boolean
hasBox
(JRBoxContainer boxContainer) protected boolean
hasPadding
(JRBoxContainer boxContainer, net.sf.jasperreports.engine.util.StyleUtil.BoxSideSelector penSelector) static StyleUtil
instance()
resolveElementMode
(JRElement element) resolveMode
(JRStyleContainer styleContainer)
-
Method Details
-
instance
-
resolveMode
-
resolveElementMode
-
hasBox
-
hasBorder
protected boolean hasBorder(JRBoxContainer boxContainer, net.sf.jasperreports.engine.util.StyleUtil.BoxSideSelector selector) -
hasPadding
protected boolean hasPadding(JRBoxContainer boxContainer, net.sf.jasperreports.engine.util.StyleUtil.BoxSideSelector penSelector) -
appendStyle
Merges two styles, by appending the properties of the source style to the ones of the destination style. -
appendPen
Merges two pens, by appending the properties of the source pen to the ones of the destination pen. -
appendBox
Merges two boxes, by appending the properties of the source box to the ones of the destination box. -
appendParagraph
Merges two paragraphs, by appending the properties of the source paragraph to the ones of the destination paragraph.
-