Package net.sourceforge.plantuml.mindmap
Class SymetricalTee
java.lang.Object
net.sourceforge.plantuml.mindmap.SymetricalTee
public class SymetricalTee
extends java.lang.Object
-
Constructor Summary
ConstructorsConstructorDescriptionSymetricalTee
(double thickness1, double elongation1, double thickness2, double elongation2) -
Method Summary
Modifier and TypeMethodDescriptiondouble
double
double
double
double
double
java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
SymetricalTee
public SymetricalTee(double thickness1, double elongation1, double thickness2, double elongation2)
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
getThickness1
public double getThickness1() -
getElongation1
public double getElongation1() -
getThickness2
public double getThickness2() -
getElongation2
public double getElongation2() -
getFullElongation
public double getFullElongation() -
getFullThickness
public double getFullThickness()
-