Exemplo n.º 1
0
 public static void RemoveCluster(this IAttChordVis e)
 {
     MeiAtt_controller.RemoveAttribute(e, "cluster");
 }
Exemplo n.º 2
0
 public static bool HasCluster(this IAttChordVis e)
 {
     return(MeiAtt_controller.HasAttribute(e, "cluster"));
 }
Exemplo n.º 3
0
 public static XAttribute GetClusterAttribute(this IAttChordVis e)
 {
     return(MeiAtt_controller.GetAttribute(e, "cluster"));
 }
Exemplo n.º 4
0
 public static string GetClusterValue(this IAttChordVis e)
 {
     return(MeiAtt_controller.GetAttributeValue(e, "cluster"));
 }
Exemplo n.º 5
0
 public static void SetCluster(this IAttChordVis e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "cluster", _val);
 }