Uses of Class
org.graffiti.attributes.StringAttribute
-
Uses of StringAttribute in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.chart_colors
Subclasses of StringAttribute in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.chart_colors Modifier and Type Class Description class
ChartColorAttribute
All StringAttributes with the name id "chart_colors" will be converted into a ChartColorAttribute (see ChartAttributePlugin, where the mapping information from id to class type is initialized. -
Uses of StringAttribute in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.chart_settings
Subclasses of StringAttribute in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.chart_settings Modifier and Type Class Description class
ChartAttribute
-
Uses of StringAttribute in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.cluster_colors
Subclasses of StringAttribute in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.cluster_colors Modifier and Type Class Description class
ClusterColorAttribute
All StringAttributes with the name id "chart_colors" will be converted into a ChartColorAttribute (see ChartAttributePlugin, where the mapping information from id to class type is initialized. -
Uses of StringAttribute in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.compound_image
Subclasses of StringAttribute in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.compound_image Modifier and Type Class Description class
CompoundAttribute
class
CompoundPositionAttribute
-
Uses of StringAttribute in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.font_label_color
Subclasses of StringAttribute in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.font_label_color Modifier and Type Class Description class
LabelColorAttribute
-
Uses of StringAttribute in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.font_label_settings
Subclasses of StringAttribute in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.font_label_settings Modifier and Type Class Description class
LabelFontAttribute
-
Uses of StringAttribute in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.font_label_style
Subclasses of StringAttribute in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.font_label_style Modifier and Type Class Description class
LabelStyleAttribute
-
Uses of StringAttribute in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.font_settings
Subclasses of StringAttribute in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.font_settings Modifier and Type Class Description class
FontAttribute
-
Uses of StringAttribute in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.kegg.kegg_type
Subclasses of StringAttribute in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.kegg.kegg_type Modifier and Type Class Description class
KeggGroupPartAttribute
class
KeggIdAttribute
class
KeggReactionIdAttribute
class
KeggReactionTypeAttribute
class
KeggRelationSrcTgtAttribute
class
KeggRelationSubTypeAttribute
class
KeggRelationTypeAttribute
class
KeggTypeAttribute
-
Uses of StringAttribute in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.label_alignment
Subclasses of StringAttribute in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.label_alignment Modifier and Type Class Description class
LabelAlignmentAttribute
-
Uses of StringAttribute in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.url_attribute
Subclasses of StringAttribute in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.url_attribute Modifier and Type Class Description class
URLAttribute
-
Uses of StringAttribute in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.xml_attribute
Subclasses of StringAttribute in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.xml_attribute Modifier and Type Class Description class
XMLAttribute
-
Uses of StringAttribute in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.pathway_references
Subclasses of StringAttribute in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.pathway_references Modifier and Type Class Description class
NodePathwayLinkVisualizationAttribute
-
Uses of StringAttribute in org.graffiti.attributes
Subclasses of StringAttribute in org.graffiti.attributes Modifier and Type Class Description class
ArrowShapeAttribute
class
EdgeShapeAttribute
"Tagging" class only.class
NodeShapeAttribute
"Tagging" class only.class
ObjectAttribute
-
Uses of StringAttribute in org.graffiti.graphics
Subclasses of StringAttribute in org.graffiti.graphics Modifier and Type Class Description class
SourceDockingAttribute
class
TargetDockingAttribute
Constructors in org.graffiti.graphics with parameters of type StringAttribute Constructor Description EdgeGraphicAttribute(StringAttribute ah, StringAttribute at, double t, DockingAttribute d)
Constructs an EdgeGraphicAttribute and initializes all its members.GraphElementGraphicAttribute(String id, ImageAttribute i, ColorAttribute frc, ColorAttribute fic, LabelAttribute l, DoubleAttribute ft, LineModeAttribute lm, StringAttribute s)
Constructor for GraphElementGraphicAttribute.ImageAttribute(String id, BooleanAttribute t, BooleanAttribute m, AWTImageAttribute i, StringAttribute r)
Constructor for Image.PortAttribute(String id, StringAttribute n, double x, double y)
Constructor for Port.PortAttribute(String id, StringAttribute n, Point2D c)
Constructor for Port.PortAttribute(String id, StringAttribute n, CoordinateAttribute c)
Constructor for Port. -
Uses of StringAttribute in org.graffiti.plugins.editcomponents.defaults
Constructors in org.graffiti.plugins.editcomponents.defaults with parameters of type StringAttribute Constructor Description TextAreaEditComponent(StringAttribute attr)
Constructor for TextAreaEditComponent.