Package one.empty3.gui
Class RepresentableClassList
java.lang.Object
one.empty3.gui.RepresentableClassList
Created by manue on 27-06-19.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
initTextValues
(ITexture texture, JComboBox<String> comboBox1, JFileChooser fileChooser1, JTextField[] jTextFields) static Matrix33
matrixParse
(JTextField[] strings) static MyObservableList
<ObjectDescription> myList()
static MyObservableList
<ObjectDescription> static Point3D
pointParse
(String toStringRepresentation) static Point3D
pointParse
(String x, String y, String z) static void
setObjectFields
(Representable r, Point3D point3D, JTextArea textAreaPoint3D, JTextField[] jTextFields, Matrix33 matrix33, JTextArea textAreaMatrix33, JTextField[] jTextFields1, Point3D scale, JTextField textFieldScaleX, JTextField textFieldScaleY, JTextField textFieldScaleZ) static void
setObjectFieldsCamera
(Camera camera, JTextField[] jTextFields)
-
Field Details
-
containers
-
surfaces
-
points
-
curves
-
-
Constructor Details
-
RepresentableClassList
public RepresentableClassList()
-
-
Method Details
-
add
-
myList
-
myList
-
pointParse
public static Point3D pointParse(String x, String y, String z) throws AlgebraicFormulaSyntaxException, TreeNodeEvalException -
pointParse
- Throws:
InterpreteException
-
matrixParse
public static Matrix33 matrixParse(JTextField[] strings) throws AlgebraicFormulaSyntaxException, TreeNodeEvalException -
setObjectFields
public static void setObjectFields(Representable r, Point3D point3D, JTextArea textAreaPoint3D, JTextField[] jTextFields, Matrix33 matrix33, JTextArea textAreaMatrix33, JTextField[] jTextFields1, Point3D scale, JTextField textFieldScaleX, JTextField textFieldScaleY, JTextField textFieldScaleZ) -
setObjectFieldsCamera
-
initTextValues
public static void initTextValues(ITexture texture, JComboBox<String> comboBox1, JFileChooser fileChooser1, JTextField[] jTextFields)
-