Class AttributeListBuilder.AttributeShowBoxes
java.lang.Object
de.xima.fc.common.graphdot.AttributeListBuilder.TypedAttributeDescriptor.GNE<EShowBoxesMode>
de.xima.fc.common.graphdot.AttributeListBuilder.AttributeShowBoxes
- All Implemented Interfaces:
AttributeListBuilder.ITypedAttributeDescriptor<EShowBoxesMode, AttributeListBuilder.ITypedAttribute.GNE<EShowBoxesMode>>, AttributeListBuilder.ITypedAttributeDescriptor.Edge<EShowBoxesMode, AttributeListBuilder.ITypedAttribute.GNE<EShowBoxesMode>>, AttributeListBuilder.ITypedAttributeDescriptor.GNE<EShowBoxesMode>, AttributeListBuilder.ITypedAttributeDescriptor.Graph<EShowBoxesMode, AttributeListBuilder.ITypedAttribute.GNE<EShowBoxesMode>>, AttributeListBuilder.ITypedAttributeDescriptor.Node<EShowBoxesMode, AttributeListBuilder.ITypedAttribute.GNE<EShowBoxesMode>>
- Enclosing class:
AttributeListBuilder<A extends IGraphDotAttributeList, Self extends AttributeListBuilder<A,Self>>
public static final class AttributeListBuilder.AttributeShowBoxes
extends de.xima.fc.common.graphdot.AttributeListBuilder.TypedAttributeDescriptor.GNE<EShowBoxesMode>
The
showboxes attribute.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classde.xima.fc.common.graphdot.AttributeListBuilder.TypedAttributeDescriptor.E<T>static classde.xima.fc.common.graphdot.AttributeListBuilder.TypedAttributeDescriptor.G<T>static classde.xima.fc.common.graphdot.AttributeListBuilder.TypedAttributeDescriptor.GN<T>static classde.xima.fc.common.graphdot.AttributeListBuilder.TypedAttributeDescriptor.GNE<T>static classde.xima.fc.common.graphdot.AttributeListBuilder.TypedAttributeDescriptor.GS<T>static classde.xima.fc.common.graphdot.AttributeListBuilder.TypedAttributeDescriptor.GSE<T>static classde.xima.fc.common.graphdot.AttributeListBuilder.TypedAttributeDescriptor.GSN<T>static classde.xima.fc.common.graphdot.AttributeListBuilder.TypedAttributeDescriptor.GSNE<T>static classde.xima.fc.common.graphdot.AttributeListBuilder.TypedAttributeDescriptor.N<T>static classde.xima.fc.common.graphdot.AttributeListBuilder.TypedAttributeDescriptor.NE<T>static classde.xima.fc.common.graphdot.AttributeListBuilder.TypedAttributeDescriptor.S<T>static classde.xima.fc.common.graphdot.AttributeListBuilder.TypedAttributeDescriptor.SN<T>static classde.xima.fc.common.graphdot.AttributeListBuilder.TypedAttributeDescriptor.SNE<T>Nested classes/interfaces inherited from interface AttributeListBuilder.ITypedAttributeDescriptor
AttributeListBuilder.ITypedAttributeDescriptor.E<T>, AttributeListBuilder.ITypedAttributeDescriptor.Edge<T,A>, AttributeListBuilder.ITypedAttributeDescriptor.G<T>, AttributeListBuilder.ITypedAttributeDescriptor.GE<T>, AttributeListBuilder.ITypedAttributeDescriptor.GN<T>, AttributeListBuilder.ITypedAttributeDescriptor.GNE<T>, AttributeListBuilder.ITypedAttributeDescriptor.Graph<T, A>, AttributeListBuilder.ITypedAttributeDescriptor.GS<T>, AttributeListBuilder.ITypedAttributeDescriptor.GSE<T>, AttributeListBuilder.ITypedAttributeDescriptor.GSN<T>, AttributeListBuilder.ITypedAttributeDescriptor.GSNE<T>, AttributeListBuilder.ITypedAttributeDescriptor.N<T>, AttributeListBuilder.ITypedAttributeDescriptor.NE<T>, AttributeListBuilder.ITypedAttributeDescriptor.Node<T, A>, AttributeListBuilder.ITypedAttributeDescriptor.S<T>, AttributeListBuilder.ITypedAttributeDescriptor.SE<T>, AttributeListBuilder.ITypedAttributeDescriptor.SN<T>, AttributeListBuilder.ITypedAttributeDescriptor.SNE<T>, AttributeListBuilder.ITypedAttributeDescriptor.SubGraph<T, A> -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()name()of(EShowBoxesMode value) Binds to a specific value.toString()Methods inherited from interface AttributeListBuilder.ITypedAttributeDescriptor
name, of
-
Field Details
-
name
-
-
Method Details
-
equals
-
hashCode
-
name
- Specified by:
namein interfaceAttributeListBuilder.ITypedAttributeDescriptor<T, A extends AttributeListBuilder.ITypedAttribute<T>>- Returns:
- The name of the attribute.
-
of
Description copied from interface:AttributeListBuilder.ITypedAttributeDescriptorBinds to a specific value.- Specified by:
ofin interfaceAttributeListBuilder.ITypedAttributeDescriptor<T, A extends AttributeListBuilder.ITypedAttribute<T>>- Parameters:
value- Value for the attribute.- Returns:
- An attribute of this type, with the given value.
-
toString
-