Package jadex.tools.comanalyzer.graph
Class VertexTransformer.LabelFont
- java.lang.Object
- 
- jadex.tools.comanalyzer.graph.VertexTransformer.LabelFont
 
- 
- All Implemented Interfaces:
- org.apache.commons.collections15.Transformer
 - Enclosing class:
- VertexTransformer
 
 public static final class VertexTransformer.LabelFont extends java.lang.Object implements org.apache.commons.collections15.TransformerA Transformer for assigning a normal or bold Font to the agent group labels.
- 
- 
Constructor SummaryConstructors Constructor Description LabelFont()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetBold()voidsetBold(boolean bold)java.lang.Objecttransform(java.lang.Object group)Returns the bold font ifboldistrue, else the normal font.
 
- 
- 
- 
Method Detail- 
transformpublic java.lang.Object transform(java.lang.Object group) Returns the bold font ifboldistrue, else the normal font.- Specified by:
- transformin interface- org.apache.commons.collections15.Transformer
- Parameters:
- group- The a gent group
- Returns:
- The font for the label.
 
 - 
setBoldpublic void setBold(boolean bold) - Parameters:
- bold-- trueif the bold font ought to be used.
 
 - 
getBoldpublic boolean getBold() - Returns:
- trueif the bold font is used.
 
 
- 
 
-