Author: tfmorris
Date: 2008-06-27 10:18:24-0700
New Revision: 15089
Modified:
trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigAssociationClass.java
Log:
Javadoc updates. No code changes.
Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigAssociationClass.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigAssociationClass.java?view=diff&rev=15089&p1=trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigAssociationClass.java&p2=trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigAssociationClass.java&r1=15088&r2=15089
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigAssociationClass.java (original)
+++ trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigAssociationClass.java 2008-06-27 10:18:24-0700
@@ -162,8 +162,8 @@
return new Rectangle(0, 0, 0, 0);
}
- /**
- * Overrided in order to implement AttributesCompartmentContainer.
+ /*
+ * Overridden in order to implement AttributesCompartmentContainer.
*/
public boolean isAttributesVisible() {
if (getAssociationClass() != null)
@@ -172,8 +172,8 @@
return true;
}
- /**
- * Overrided in order to implement AttributesCompartmentContainer.
+ /*
+ * Overridden in order to implement AttributesCompartmentContainer.
*/
public void setAttributesVisible(boolean visible) {
if (getAssociationClass() != null) {
@@ -181,8 +181,8 @@
}
}
- /**
- * Overrided in order to implement PathCompartmentContainer.
+ /*
+ * Overridden in order to implement PathCompartmentContainer.
*/
public boolean isPathVisible() {
if (getAssociationClass() != null)
@@ -191,8 +191,8 @@
return false;
}
- /**
- * Overrided in order to implement PathCompartmentContainer.
+ /*
+ * Overridden in order to implement PathCompartmentContainer.
*/
public void setPathVisible(boolean visible) {
if (getAssociationClass() != null) {
@@ -200,8 +200,8 @@
}
}
- /**
- * Overrided in order to implement OperationsCompartmentContainer.
+ /*
+ * Overridden in order to implement OperationsCompartmentContainer.
*/
public Rectangle getOperationsBounds() {
if (getAssociationClass() != null) {
@@ -211,8 +211,8 @@
}
}
- /**
- * Overrided in order to implement OperationsCompartmentContainer.
+ /*
+ * Overridden in order to implement OperationsCompartmentContainer.
*/
public boolean isOperationsVisible() {
if (getAssociationClass() != null) {
@@ -222,8 +222,8 @@
}
}
- /**
- * Overrided in order to implement OperationsCompartmentContainer.
+ /*
+ * Overridden in order to implement OperationsCompartmentContainer.
*/
public void setOperationsVisible(boolean visible) {
if (getAssociationClass() != null) {
@@ -232,8 +232,9 @@
}
/**
- * Overrided in order to set fill color of contained
- * FigClassAssociationClass.
+ * Set fill color of contained FigClassAssociationClass.
+ *
+ * @param color new fill color.
*/
@Override
public void setFillColor(Color color) {
@@ -243,8 +244,7 @@
}
/**
- * Overrided in order to get fill color of contained
- * FigClassAssociationClass.
+ * @return fill color of contained FigClassAssociationClass.
*/
@Override
public Color getFillColor() {
@@ -256,8 +256,9 @@
}
/**
- * Overrided in order to set line color of contained
- * FigClassAssociationClass.
+ * Set line color of contained FigClassAssociationClass.
+ *
+ * @param arg0 new line color.
*/
@Override
public void setLineColor(Color arg0) {
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.