mirror of
https://github.com/sojamo/controlp5
synced 2024-12-05 11:54:58 +01:00
moving repository from google code to github.
This commit is contained in:
commit
e3a05cb1bc
7
.buildpath
Normal file
7
.buildpath
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<buildpath>
|
||||
<buildpathentry kind="src" path="src"/>
|
||||
<buildpathentry kind="con" path="org.eclipse.dltk.mod.launching.INTERPRETER_CONTAINER"/>
|
||||
<buildpathentry kind="con" path="org.eclipse.vjet.eclipse.core.JSNATIVE_CONTAINER/JS Native Types"/>
|
||||
<buildpathentry kind="con" path="org.eclipse.vjet.eclipse.core.BROWSER_CONTAINER/Browser SDK"/>
|
||||
</buildpath>
|
7
.classpath
Normal file
7
.classpath
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
||||
<classpathentry kind="lib" path="/Users/andreasschlegel/Documents/workspace/libs/core.jar"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
7
.externalToolBuilders/cp5-build.launch
Normal file
7
.externalToolBuilders/cp5-build.launch
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramBuilderLaunchConfigurationType">
|
||||
<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/>
|
||||
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/controlp5/resources/jar.sh}"/>
|
||||
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="full,incremental,auto,"/>
|
||||
<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/>
|
||||
</launchConfiguration>
|
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
/bin/
|
||||
/distribution/src/
|
||||
/distribution/tmp/
|
||||
/distribution/web/
|
||||
/src-js/
|
||||
.svn/
|
33
.project
Normal file
33
.project
Normal file
@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>controlp5</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.vjet.eclipse.core.builder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
|
||||
<triggers>auto,full,incremental,</triggers>
|
||||
<arguments>
|
||||
<dictionary>
|
||||
<key>LaunchConfigHandle</key>
|
||||
<value><project>/.externalToolBuilders/cp5-build.launch</value>
|
||||
</dictionary>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.vjet.core.nature</nature>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
291
.settings/org.eclipse.jdt.core.prefs
Normal file
291
.settings/org.eclipse.jdt.core.prefs
Normal file
@ -0,0 +1,291 @@
|
||||
eclipse.preferences.version=1
|
||||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
|
||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
|
||||
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
|
||||
org.eclipse.jdt.core.compiler.compliance=1.6
|
||||
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
|
||||
org.eclipse.jdt.core.compiler.debug.localVariable=generate
|
||||
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
|
||||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.source=1.6
|
||||
org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
|
||||
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
|
||||
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0
|
||||
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
|
||||
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16
|
||||
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16
|
||||
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16
|
||||
org.eclipse.jdt.core.formatter.alignment_for_assignment=0
|
||||
org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16
|
||||
org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
|
||||
org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80
|
||||
org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0
|
||||
org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16
|
||||
org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0
|
||||
org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16
|
||||
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=0
|
||||
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=0
|
||||
org.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80
|
||||
org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16
|
||||
org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=0
|
||||
org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16
|
||||
org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=0
|
||||
org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=0
|
||||
org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=0
|
||||
org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch=16
|
||||
org.eclipse.jdt.core.formatter.blank_lines_after_imports=1
|
||||
org.eclipse.jdt.core.formatter.blank_lines_after_package=1
|
||||
org.eclipse.jdt.core.formatter.blank_lines_before_field=0
|
||||
org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=0
|
||||
org.eclipse.jdt.core.formatter.blank_lines_before_imports=1
|
||||
org.eclipse.jdt.core.formatter.blank_lines_before_member_type=1
|
||||
org.eclipse.jdt.core.formatter.blank_lines_before_method=1
|
||||
org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1
|
||||
org.eclipse.jdt.core.formatter.blank_lines_before_package=0
|
||||
org.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1
|
||||
org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1
|
||||
org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line
|
||||
org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line
|
||||
org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line
|
||||
org.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line
|
||||
org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line
|
||||
org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line
|
||||
org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line
|
||||
org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line
|
||||
org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line
|
||||
org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line
|
||||
org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line
|
||||
org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=false
|
||||
org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=false
|
||||
org.eclipse.jdt.core.formatter.comment.format_block_comments=true
|
||||
org.eclipse.jdt.core.formatter.comment.format_header=true
|
||||
org.eclipse.jdt.core.formatter.comment.format_html=true
|
||||
org.eclipse.jdt.core.formatter.comment.format_javadoc_comments=false
|
||||
org.eclipse.jdt.core.formatter.comment.format_line_comments=false
|
||||
org.eclipse.jdt.core.formatter.comment.format_source_code=true
|
||||
org.eclipse.jdt.core.formatter.comment.indent_parameter_description=false
|
||||
org.eclipse.jdt.core.formatter.comment.indent_root_tags=true
|
||||
org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert
|
||||
org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert
|
||||
org.eclipse.jdt.core.formatter.comment.line_length=140
|
||||
org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=false
|
||||
org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true
|
||||
org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments=true
|
||||
org.eclipse.jdt.core.formatter.compact_else_if=true
|
||||
org.eclipse.jdt.core.formatter.continuation_indentation=2
|
||||
org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2
|
||||
org.eclipse.jdt.core.formatter.disabling_tag=@formatter\:off
|
||||
org.eclipse.jdt.core.formatter.enabling_tag=@formatter\:on
|
||||
org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false
|
||||
org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=true
|
||||
org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true
|
||||
org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true
|
||||
org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true
|
||||
org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true
|
||||
org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true
|
||||
org.eclipse.jdt.core.formatter.indent_empty_lines=false
|
||||
org.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true
|
||||
org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true
|
||||
org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true
|
||||
org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false
|
||||
org.eclipse.jdt.core.formatter.indentation.size=4
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_after_label=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert
|
||||
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=insert
|
||||
org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=insert
|
||||
org.eclipse.jdt.core.formatter.join_lines_in_comments=false
|
||||
org.eclipse.jdt.core.formatter.join_wrapped_lines=true
|
||||
org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false
|
||||
org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false
|
||||
org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false
|
||||
org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false
|
||||
org.eclipse.jdt.core.formatter.lineSplit=250
|
||||
org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false
|
||||
org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false
|
||||
org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0
|
||||
org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1
|
||||
org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true
|
||||
org.eclipse.jdt.core.formatter.tabulation.char=tab
|
||||
org.eclipse.jdt.core.formatter.tabulation.size=2
|
||||
org.eclipse.jdt.core.formatter.use_on_off_tags=false
|
||||
org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=true
|
||||
org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true
|
||||
org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true
|
||||
org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true
|
3
.settings/org.eclipse.jdt.ui.prefs
Normal file
3
.settings/org.eclipse.jdt.ui.prefs
Normal file
@ -0,0 +1,3 @@
|
||||
eclipse.preferences.version=1
|
||||
formatter_profile=_sojamo
|
||||
formatter_settings_version=12
|
2
.settings/org.eclipse.vjet.eclipse.core.prefs
Normal file
2
.settings/org.eclipse.vjet.eclipse.core.prefs
Normal file
@ -0,0 +1,2 @@
|
||||
eclipse.preferences.version=1
|
||||
initialized_project_from_v4classpath=true
|
67
README.md
Normal file
67
README.md
Normal file
@ -0,0 +1,67 @@
|
||||
# ControlP5
|
||||
|
||||
ControlP5 is a library written by Andreas Schlegel for the programming environment [processing](http://www.processing.org). ControlP5 is a GUI and controller library for processing that can be used in authoring, application mode.
|
||||
|
||||
The range of available controllers includes Slider, Button, Toggle, Knob, Textfield, RadioButton, Checkbox, Lists amongst others. These controllers can be easily added to a processing sketch, or displayed inside a separate control window. They can be organized in tabs or groups as well as rendered into PGraphics buffers. The state of a controller can be saved to file in JSON format.
|
||||
|
||||
|
||||
## Getting Started
|
||||
|
||||
To get started, a simple example that will create a slider and automatically link its value to variable v1.
|
||||
|
||||
```java
|
||||
|
||||
import controlP5.*;
|
||||
|
||||
ControlP5 cp5;
|
||||
int v1;
|
||||
|
||||
void setup() {
|
||||
size(400,400);
|
||||
noStroke();
|
||||
cp5 = new ControlP5(this);
|
||||
cp5.addSlider("v1")
|
||||
.setPosition(40,40)
|
||||
.setSize(200,20)
|
||||
.setRange(100,300)
|
||||
.setValue(250)
|
||||
.setColorCaptionLabel(0xff111111);
|
||||
}
|
||||
|
||||
void draw() {
|
||||
background(0xffdddddd);
|
||||
pushMatrix();
|
||||
fill(0xffffdc00);
|
||||
rect(v1,100,60,200);
|
||||
fill(0xff01ff70);
|
||||
rect(40,v1,320,40);
|
||||
translate(200,200);
|
||||
rotate(map(v1,100,300,-PI,PI));
|
||||
fill(0xff39cccc);
|
||||
rect(0,0,100,100);
|
||||
popMatrix();
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
|
||||
## History
|
||||
|
||||
ControlP5 is a project that started in 2006 as a very simple UI for controlling Processing parameters for better debugging, testing and interaction purposes. Starting from only 3 controllers its controller base has grown up to around 30 controllers and over 70 examples. A history of controlP5 versions is available at [google code downloads](https://code.google.com/p/controlp5/downloads/list?can=1&q=&colspec=Filename+Summary+Uploaded+ReleaseDate+Size+DownloadCount). This library has been widely used by processing user in academic, research and professional environments for prototyping and tool development.
|
||||
|
||||
|
||||
### Why is controlP5's source code so convoluted and bloated
|
||||
|
||||
ControlP5 has been in development for over 9 years and started as a small GUI library for Processing. Over the years both Processing and ControlP5 have grown substantially and as part of that journey many changes have been applied to both. From a ControlP5 perspective some changes were due to changes made to Processing's API and source code, other changes were due to additional controller implementations, extended functionality, user feedback and reuqests. Since writing controlP5 from scratch was a learning process for myself in itself, a proper initial strategy for the software architecture of the library was missing. When it became apparent that a proper architecture would have made the development much easier and comfortable it was already too late, I had to comply to the piles of code I had created. Would I do things differently now? yes I would.
|
||||
|
||||
|
||||
## Font rendering
|
||||
|
||||
Why is the bit-font so blurry? it used to be crisp. Let me blame this on the OpenGL texture rendering. If you have a suggestion or a simple and easy to implement solution, please let me know inside the issues section.
|
||||
|
||||
|
||||
|
||||
## Javascript
|
||||
|
||||
Currently there is no javascript version of ControlP5, though I had started implementing a slimmed down version for processing.js but since it is currently unclear which javascript version - processing.js or p5.js - will become the default js version of processing, controlP5.js is on hold. There is a tendency that p5.js will become the primary javascript environment
|
||||
|
BIN
distribution/library/controlP5.jar
Normal file
BIN
distribution/library/controlP5.jar
Normal file
Binary file not shown.
1159
distribution/library/controlP5.js
Normal file
1159
distribution/library/controlP5.js
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,44 @@
|
||||
/**
|
||||
* ControlP5 ButtonBar
|
||||
*
|
||||
* work-in-progress
|
||||
*
|
||||
* by Andreas Schlegel, 2012
|
||||
* www.sojamo.de/libraries/controlp5
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
import controlP5.*;
|
||||
|
||||
ControlP5 cp5;
|
||||
|
||||
|
||||
void setup() {
|
||||
size(400, 400);
|
||||
cp5 = new ControlP5(this);
|
||||
ButtonBar b = cp5.addButtonBar("bar")
|
||||
.setPosition(0, 0)
|
||||
.setSize(400, 20)
|
||||
.addItems(split("a b c d e f g h i j"," "))
|
||||
;
|
||||
println(b.getItem("a"));
|
||||
b.changeItem("a","text","first");
|
||||
b.changeItem("b","text","second");
|
||||
b.changeItem("c","text","third");
|
||||
b.onMove(new CallbackListener(){
|
||||
public void controlEvent(CallbackEvent ev) {
|
||||
ButtonBar bar = (ButtonBar)ev.getController();
|
||||
println("hello ",bar.hover());
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
void bar(int n) {
|
||||
println("bar clicked, item-value:", n);
|
||||
}
|
||||
|
||||
void draw() {
|
||||
background(220);
|
||||
}
|
||||
|
175
examples/controllers/ControlP5ColorWheel/ControlP5ColorWheel.pde
Normal file
175
examples/controllers/ControlP5ColorWheel/ControlP5ColorWheel.pde
Normal file
@ -0,0 +1,175 @@
|
||||
/**
|
||||
* ColorWheel is working but still under development as of 22.April 2014.
|
||||
* for API see source code of controlP5/ColorWheel.java
|
||||
*/
|
||||
|
||||
import controlP5.*;
|
||||
|
||||
ControlP5 cp5;
|
||||
|
||||
void setup() {
|
||||
size(500, 500);
|
||||
cp5 = new ControlP5( this );
|
||||
cp5.printPublicMethodsFor(ColorWheel.class);
|
||||
cp5.addColorWheel("c" , 250 , 10 , 200 ).setRGB(color(128,0,255));
|
||||
noStroke();
|
||||
}
|
||||
|
||||
int c = color(100);
|
||||
|
||||
void draw() {
|
||||
background(50);
|
||||
fill( c );
|
||||
rect(0,240,width,200);
|
||||
println(cp5.get(ColorWheel.class,"c").getRGB());
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* ControlP5 ColorWheel
|
||||
*
|
||||
*
|
||||
* find a list of public methods available for the ColorWheel Controller
|
||||
* at the bottom of this sketch.
|
||||
*
|
||||
* by Andreas Schlegel, 2012
|
||||
* www.sojamo.de/libraries/controlp5
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
a list of all methods available for the ColorWheel Controller
|
||||
use ControlP5.printPublicMethodsFor(ColorWheel.class);
|
||||
to print the following list into the console.
|
||||
|
||||
You can find further details about class ColorWheel in the javadoc.
|
||||
|
||||
Format:
|
||||
ClassName : returnType methodName(parameter type)
|
||||
|
||||
controlP5.ColorWheel : ColorWheel setAlpha(int)
|
||||
controlP5.ColorWheel : ColorWheel setHSL(double, double, double)
|
||||
controlP5.ColorWheel : ColorWheel setRGB(int)
|
||||
controlP5.ColorWheel : double[] RGBtoHSL(int)
|
||||
controlP5.ColorWheel : double[] RGBtoHSL(int, int, int)
|
||||
controlP5.ColorWheel : int HSLtoRGB(double, double, double)
|
||||
controlP5.ColorWheel : int HSLtoRGB(double[])
|
||||
controlP5.ColorWheel : int HSVtoRGB(double, double, double)
|
||||
controlP5.ColorWheel : int HSVtoRGB(double[])
|
||||
controlP5.ColorWheel : int a()
|
||||
controlP5.ColorWheel : int b()
|
||||
controlP5.ColorWheel : int g()
|
||||
controlP5.ColorWheel : int r()
|
||||
controlP5.ColorWheel : int getRGB()
|
||||
controlP5.ColorWheel : void setHue(double)
|
||||
controlP5.ColorWheel : void setLightness(double)
|
||||
controlP5.ColorWheel : void setSaturation(double)
|
||||
controlP5.Controller : CColor getColor()
|
||||
controlP5.Controller : ColorWheel addCallback(CallbackListener)
|
||||
controlP5.Controller : ColorWheel addListener(ControlListener)
|
||||
controlP5.Controller : ColorWheel align(int, int, int, int)
|
||||
controlP5.Controller : ColorWheel bringToFront()
|
||||
controlP5.Controller : ColorWheel bringToFront(ControllerInterface)
|
||||
controlP5.Controller : ColorWheel hide()
|
||||
controlP5.Controller : ColorWheel linebreak()
|
||||
controlP5.Controller : ColorWheel listen(boolean)
|
||||
controlP5.Controller : ColorWheel lock()
|
||||
controlP5.Controller : ColorWheel plugTo(Object)
|
||||
controlP5.Controller : ColorWheel plugTo(Object, String)
|
||||
controlP5.Controller : ColorWheel plugTo(Object[])
|
||||
controlP5.Controller : ColorWheel plugTo(Object[], String)
|
||||
controlP5.Controller : ColorWheel registerProperty(String)
|
||||
controlP5.Controller : ColorWheel registerProperty(String, String)
|
||||
controlP5.Controller : ColorWheel registerTooltip(String)
|
||||
controlP5.Controller : ColorWheel removeBehavior()
|
||||
controlP5.Controller : ColorWheel removeCallback()
|
||||
controlP5.Controller : ColorWheel removeCallback(CallbackListener)
|
||||
controlP5.Controller : ColorWheel removeListener(ControlListener)
|
||||
controlP5.Controller : ColorWheel removeProperty(String)
|
||||
controlP5.Controller : ColorWheel removeProperty(String, String)
|
||||
controlP5.Controller : ColorWheel setArrayValue(float[])
|
||||
controlP5.Controller : ColorWheel setArrayValue(int, float)
|
||||
controlP5.Controller : ColorWheel setBehavior(ControlBehavior)
|
||||
controlP5.Controller : ColorWheel setBroadcast(boolean)
|
||||
controlP5.Controller : ColorWheel setCaptionLabel(String)
|
||||
controlP5.Controller : ColorWheel setColor(CColor)
|
||||
controlP5.Controller : ColorWheel setColorActive(int)
|
||||
controlP5.Controller : ColorWheel setColorBackground(int)
|
||||
controlP5.Controller : ColorWheel setColorCaptionLabel(int)
|
||||
controlP5.Controller : ColorWheel setColorForeground(int)
|
||||
controlP5.Controller : ColorWheel setColorValueLabel(int)
|
||||
controlP5.Controller : ColorWheel setDecimalPrecision(int)
|
||||
controlP5.Controller : ColorWheel setDefaultValue(float)
|
||||
controlP5.Controller : ColorWheel setHeight(int)
|
||||
controlP5.Controller : ColorWheel setId(int)
|
||||
controlP5.Controller : ColorWheel setLabelVisible(boolean)
|
||||
controlP5.Controller : ColorWheel setLock(boolean)
|
||||
controlP5.Controller : ColorWheel setMax(float)
|
||||
controlP5.Controller : ColorWheel setMin(float)
|
||||
controlP5.Controller : ColorWheel setMouseOver(boolean)
|
||||
controlP5.Controller : ColorWheel setMoveable(boolean)
|
||||
controlP5.Controller : ColorWheel setPosition(PVector)
|
||||
controlP5.Controller : ColorWheel setPosition(float, float)
|
||||
controlP5.Controller : ColorWheel setSize(PImage)
|
||||
controlP5.Controller : ColorWheel setSize(int, int)
|
||||
controlP5.Controller : ColorWheel setStringValue(String)
|
||||
controlP5.Controller : ColorWheel setUpdate(boolean)
|
||||
controlP5.Controller : ColorWheel setValue(float)
|
||||
controlP5.Controller : ColorWheel setValueLabel(String)
|
||||
controlP5.Controller : ColorWheel setValueSelf(float)
|
||||
controlP5.Controller : ColorWheel setView(ControllerView)
|
||||
controlP5.Controller : ColorWheel setVisible(boolean)
|
||||
controlP5.Controller : ColorWheel setWidth(int)
|
||||
controlP5.Controller : ColorWheel show()
|
||||
controlP5.Controller : ColorWheel unlock()
|
||||
controlP5.Controller : ColorWheel unplugFrom(Object)
|
||||
controlP5.Controller : ColorWheel unplugFrom(Object[])
|
||||
controlP5.Controller : ColorWheel unregisterTooltip()
|
||||
controlP5.Controller : ColorWheel update()
|
||||
controlP5.Controller : ColorWheel updateSize()
|
||||
controlP5.Controller : ControlBehavior getBehavior()
|
||||
controlP5.Controller : ControlWindow getControlWindow()
|
||||
controlP5.Controller : ControlWindow getWindow()
|
||||
controlP5.Controller : ControllerProperty getProperty(String)
|
||||
controlP5.Controller : ControllerProperty getProperty(String, String)
|
||||
controlP5.Controller : ControllerView getView()
|
||||
controlP5.Controller : Label getCaptionLabel()
|
||||
controlP5.Controller : Label getValueLabel()
|
||||
controlP5.Controller : List getControllerPlugList()
|
||||
controlP5.Controller : PVector getAbsolutePosition()
|
||||
controlP5.Controller : PVector getPosition()
|
||||
controlP5.Controller : Pointer getPointer()
|
||||
controlP5.Controller : String getAddress()
|
||||
controlP5.Controller : String getInfo()
|
||||
controlP5.Controller : String getName()
|
||||
controlP5.Controller : String getStringValue()
|
||||
controlP5.Controller : String toString()
|
||||
controlP5.Controller : Tab getTab()
|
||||
controlP5.Controller : boolean isActive()
|
||||
controlP5.Controller : boolean isBroadcast()
|
||||
controlP5.Controller : boolean isInside()
|
||||
controlP5.Controller : boolean isLabelVisible()
|
||||
controlP5.Controller : boolean isListening()
|
||||
controlP5.Controller : boolean isLock()
|
||||
controlP5.Controller : boolean isMouseOver()
|
||||
controlP5.Controller : boolean isMousePressed()
|
||||
controlP5.Controller : boolean isMoveable()
|
||||
controlP5.Controller : boolean isUpdate()
|
||||
controlP5.Controller : boolean isVisible()
|
||||
controlP5.Controller : float getArrayValue(int)
|
||||
controlP5.Controller : float getDefaultValue()
|
||||
controlP5.Controller : float getMax()
|
||||
controlP5.Controller : float getMin()
|
||||
controlP5.Controller : float getValue()
|
||||
controlP5.Controller : float[] getArrayValue()
|
||||
controlP5.Controller : int getDecimalPrecision()
|
||||
controlP5.Controller : int getHeight()
|
||||
controlP5.Controller : int getId()
|
||||
controlP5.Controller : int getWidth()
|
||||
controlP5.Controller : int listenerSize()
|
||||
controlP5.Controller : void remove()
|
||||
controlP5.Controller : void setView(ControllerView, int)
|
||||
java.lang.Object : String toString()
|
||||
java.lang.Object : boolean equals(Object)
|
||||
*/
|
||||
|
271
examples/controllers/ControlP5accordion/ControlP5accordion.pde
Normal file
271
examples/controllers/ControlP5accordion/ControlP5accordion.pde
Normal file
@ -0,0 +1,271 @@
|
||||
/**
|
||||
* ControlP5 Accordion
|
||||
* arrange controller groups in an accordion like style.
|
||||
*
|
||||
* find a list of public methods available for the Accordion Controller
|
||||
* at the bottom of this sketch. In the example below 3 groups with controllers
|
||||
* are created and added to an accordion controller. Furthermore several key
|
||||
* combinations are mapped to control individual settings of the accordion.
|
||||
* An accordion comes in 2 modes, Accordion.SINGLE and Accordion.MULTI where the
|
||||
* latter allows to open multiple groups of an accordion and the SINGLE mode only
|
||||
* allows 1 group to be opened at a time.
|
||||
*
|
||||
* by Andreas Schlegel, 2012
|
||||
* www.sojamo.de/libraries/controlp5
|
||||
*
|
||||
*/
|
||||
|
||||
import controlP5.*;
|
||||
|
||||
ControlP5 cp5;
|
||||
|
||||
Accordion accordion;
|
||||
|
||||
color c = color(0, 160, 100);
|
||||
|
||||
void setup() {
|
||||
size(400, 600);
|
||||
noStroke();
|
||||
smooth();
|
||||
gui();
|
||||
}
|
||||
|
||||
void gui() {
|
||||
|
||||
cp5 = new ControlP5(this);
|
||||
|
||||
// group number 1, contains 2 bangs
|
||||
Group g1 = cp5.addGroup("myGroup1")
|
||||
.setBackgroundColor(color(0, 64))
|
||||
.setBackgroundHeight(150)
|
||||
;
|
||||
|
||||
cp5.addBang("bang")
|
||||
.setPosition(10,20)
|
||||
.setSize(100,100)
|
||||
.moveTo(g1)
|
||||
.plugTo(this,"shuffle");
|
||||
;
|
||||
|
||||
// group number 2, contains a radiobutton
|
||||
Group g2 = cp5.addGroup("myGroup2")
|
||||
.setBackgroundColor(color(0, 64))
|
||||
.setBackgroundHeight(150)
|
||||
;
|
||||
|
||||
cp5.addRadioButton("radio")
|
||||
.setPosition(10,20)
|
||||
.setItemWidth(20)
|
||||
.setItemHeight(20)
|
||||
.addItem("black", 0)
|
||||
.addItem("red", 1)
|
||||
.addItem("green", 2)
|
||||
.addItem("blue", 3)
|
||||
.addItem("grey", 4)
|
||||
.setColorLabel(color(255))
|
||||
.activate(2)
|
||||
.moveTo(g2)
|
||||
;
|
||||
|
||||
// group number 3, contains a bang and a slider
|
||||
Group g3 = cp5.addGroup("myGroup3")
|
||||
.setBackgroundColor(color(0, 64))
|
||||
.setBackgroundHeight(150)
|
||||
;
|
||||
|
||||
cp5.addBang("shuffle")
|
||||
.setPosition(10,20)
|
||||
.setSize(40,50)
|
||||
.moveTo(g3)
|
||||
;
|
||||
|
||||
cp5.addSlider("hello")
|
||||
.setPosition(60,20)
|
||||
.setSize(100,20)
|
||||
.setRange(100,500)
|
||||
.setValue(100)
|
||||
.moveTo(g3)
|
||||
;
|
||||
|
||||
cp5.addSlider("world")
|
||||
.setPosition(60,50)
|
||||
.setSize(100,20)
|
||||
.setRange(100,500)
|
||||
.setValue(200)
|
||||
.moveTo(g3)
|
||||
;
|
||||
|
||||
// create a new accordion
|
||||
// add g1, g2, and g3 to the accordion.
|
||||
accordion = cp5.addAccordion("acc")
|
||||
.setPosition(40,40)
|
||||
.setWidth(200)
|
||||
.addItem(g1)
|
||||
.addItem(g2)
|
||||
.addItem(g3)
|
||||
;
|
||||
|
||||
cp5.mapKeyFor(new ControlKey() {public void keyEvent() {accordion.open(0,1,2);}}, 'o');
|
||||
cp5.mapKeyFor(new ControlKey() {public void keyEvent() {accordion.close(0,1,2);}}, 'c');
|
||||
cp5.mapKeyFor(new ControlKey() {public void keyEvent() {accordion.setWidth(300);}}, '1');
|
||||
cp5.mapKeyFor(new ControlKey() {public void keyEvent() {accordion.setPosition(0,0);accordion.setItemHeight(190);}}, '2');
|
||||
cp5.mapKeyFor(new ControlKey() {public void keyEvent() {accordion.setCollapseMode(ControlP5.ALL);}}, '3');
|
||||
cp5.mapKeyFor(new ControlKey() {public void keyEvent() {accordion.setCollapseMode(ControlP5.SINGLE);}}, '4');
|
||||
cp5.mapKeyFor(new ControlKey() {public void keyEvent() {cp5.remove("myGroup1");}}, '0');
|
||||
|
||||
accordion.open(0,1,2);
|
||||
|
||||
// use Accordion.MULTI to allow multiple group
|
||||
// to be open at a time.
|
||||
accordion.setCollapseMode(Accordion.MULTI);
|
||||
|
||||
// when in SINGLE mode, only 1 accordion
|
||||
// group can be open at a time.
|
||||
// accordion.setCollapseMode(Accordion.SINGLE);
|
||||
}
|
||||
|
||||
|
||||
void radio(int theC) {
|
||||
switch(theC) {
|
||||
case(0):c=color(0,200);break;
|
||||
case(1):c=color(255,0,0,200);break;
|
||||
case(2):c=color(0, 200, 140,200);break;
|
||||
case(3):c=color(0, 128, 255,200);break;
|
||||
case(4):c=color(50,128);break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void shuffle() {
|
||||
c = color(random(255),random(255),random(255),random(128,255));
|
||||
}
|
||||
|
||||
|
||||
void draw() {
|
||||
background(220);
|
||||
|
||||
fill(c);
|
||||
|
||||
float s1 = cp5.getController("hello").getValue();
|
||||
ellipse(200,400,s1,s1);
|
||||
|
||||
float s2 = cp5.getController("world").getValue();
|
||||
ellipse(300,100,s2,s2);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
a list of all methods available for the Accordion Controller
|
||||
use ControlP5.printPublicMethodsFor(Accordion.class);
|
||||
to print the following list into the console.
|
||||
|
||||
You can find further details about class Accordion in the javadoc.
|
||||
|
||||
Format:
|
||||
ClassName : returnType methodName(parameter type)
|
||||
|
||||
|
||||
controlP5.Accordion : Accordion addItem(ControlGroup)
|
||||
controlP5.Accordion : Accordion remove(ControllerInterface)
|
||||
controlP5.Accordion : Accordion removeItem(ControlGroup)
|
||||
controlP5.Accordion : Accordion setItemHeight(int)
|
||||
controlP5.Accordion : Accordion setMinItemHeight(int)
|
||||
controlP5.Accordion : Accordion setWidth(int)
|
||||
controlP5.Accordion : Accordion updateItems()
|
||||
controlP5.Accordion : int getItemHeight()
|
||||
controlP5.Accordion : int getMinItemHeight()
|
||||
controlP5.ControlGroup : Accordion activateEvent(boolean)
|
||||
controlP5.ControlGroup : Accordion addListener(ControlListener)
|
||||
controlP5.ControlGroup : Accordion hideBar()
|
||||
controlP5.ControlGroup : Accordion removeListener(ControlListener)
|
||||
controlP5.ControlGroup : Accordion setBackgroundColor(int)
|
||||
controlP5.ControlGroup : Accordion setBackgroundHeight(int)
|
||||
controlP5.ControlGroup : Accordion setBarHeight(int)
|
||||
controlP5.ControlGroup : Accordion showBar()
|
||||
controlP5.ControlGroup : Accordion updateInternalEvents(PApplet)
|
||||
controlP5.ControlGroup : String getInfo()
|
||||
controlP5.ControlGroup : String toString()
|
||||
controlP5.ControlGroup : boolean isBarVisible()
|
||||
controlP5.ControlGroup : int getBackgroundHeight()
|
||||
controlP5.ControlGroup : int getBarHeight()
|
||||
controlP5.ControlGroup : int listenerSize()
|
||||
controlP5.ControllerGroup : Accordion add(ControllerInterface)
|
||||
controlP5.ControllerGroup : Accordion bringToFront()
|
||||
controlP5.ControllerGroup : Accordion bringToFront(ControllerInterface)
|
||||
controlP5.ControllerGroup : Accordion close()
|
||||
controlP5.ControllerGroup : Accordion disableCollapse()
|
||||
controlP5.ControllerGroup : Accordion enableCollapse()
|
||||
controlP5.ControllerGroup : Accordion hide()
|
||||
controlP5.ControllerGroup : Accordion moveTo(ControlWindow)
|
||||
controlP5.ControllerGroup : Accordion moveTo(PApplet)
|
||||
controlP5.ControllerGroup : Accordion open()
|
||||
controlP5.ControllerGroup : Accordion registerProperty(String)
|
||||
controlP5.ControllerGroup : Accordion registerProperty(String, String)
|
||||
controlP5.ControllerGroup : Accordion remove(CDrawable)
|
||||
controlP5.ControllerGroup : Accordion remove(ControllerInterface)
|
||||
controlP5.ControllerGroup : Accordion removeCanvas(ControlWindowCanvas)
|
||||
controlP5.ControllerGroup : Accordion removeProperty(String)
|
||||
controlP5.ControllerGroup : Accordion removeProperty(String, String)
|
||||
controlP5.ControllerGroup : Accordion setAddress(String)
|
||||
controlP5.ControllerGroup : Accordion setArrayValue(float[])
|
||||
controlP5.ControllerGroup : Accordion setColor(CColor)
|
||||
controlP5.ControllerGroup : Accordion setColorActive(int)
|
||||
controlP5.ControllerGroup : Accordion setColorBackground(int)
|
||||
controlP5.ControllerGroup : Accordion setColorForeground(int)
|
||||
controlP5.ControllerGroup : Accordion setColorLabel(int)
|
||||
controlP5.ControllerGroup : Accordion setColorValue(int)
|
||||
controlP5.ControllerGroup : Accordion setHeight(int)
|
||||
controlP5.ControllerGroup : Accordion setId(int)
|
||||
controlP5.ControllerGroup : Accordion setLabel(String)
|
||||
controlP5.ControllerGroup : Accordion setMouseOver(boolean)
|
||||
controlP5.ControllerGroup : Accordion setMoveable(boolean)
|
||||
controlP5.ControllerGroup : Accordion setOpen(boolean)
|
||||
controlP5.ControllerGroup : Accordion setPosition(PVector)
|
||||
controlP5.ControllerGroup : Accordion setPosition(float, float)
|
||||
controlP5.ControllerGroup : Accordion setStringValue(String)
|
||||
controlP5.ControllerGroup : Accordion setUpdate(boolean)
|
||||
controlP5.ControllerGroup : Accordion setValue(float)
|
||||
controlP5.ControllerGroup : Accordion setVisible(boolean)
|
||||
controlP5.ControllerGroup : Accordion setWidth(int)
|
||||
controlP5.ControllerGroup : Accordion show()
|
||||
controlP5.ControllerGroup : Accordion update()
|
||||
controlP5.ControllerGroup : Accordion updateAbsolutePosition()
|
||||
controlP5.ControllerGroup : CColor getColor()
|
||||
controlP5.ControllerGroup : ControlWindow getWindow()
|
||||
controlP5.ControllerGroup : ControlWindowCanvas addCanvas(ControlWindowCanvas)
|
||||
controlP5.ControllerGroup : Controller getController(String)
|
||||
controlP5.ControllerGroup : ControllerProperty getProperty(String)
|
||||
controlP5.ControllerGroup : ControllerProperty getProperty(String, String)
|
||||
controlP5.ControllerGroup : Label getCaptionLabel()
|
||||
controlP5.ControllerGroup : Label getValueLabel()
|
||||
controlP5.ControllerGroup : PVector getPosition()
|
||||
controlP5.ControllerGroup : String getAddress()
|
||||
controlP5.ControllerGroup : String getInfo()
|
||||
controlP5.ControllerGroup : String getName()
|
||||
controlP5.ControllerGroup : String getStringValue()
|
||||
controlP5.ControllerGroup : String toString()
|
||||
controlP5.ControllerGroup : Tab getTab()
|
||||
controlP5.ControllerGroup : boolean isCollapse()
|
||||
controlP5.ControllerGroup : boolean isMouseOver()
|
||||
controlP5.ControllerGroup : boolean isMoveable()
|
||||
controlP5.ControllerGroup : boolean isOpen()
|
||||
controlP5.ControllerGroup : boolean isUpdate()
|
||||
controlP5.ControllerGroup : boolean isVisible()
|
||||
controlP5.ControllerGroup : boolean setMousePressed(boolean)
|
||||
controlP5.ControllerGroup : float getValue()
|
||||
controlP5.ControllerGroup : float[] getArrayValue()
|
||||
controlP5.ControllerGroup : int getHeight()
|
||||
controlP5.ControllerGroup : int getId()
|
||||
controlP5.ControllerGroup : int getWidth()
|
||||
controlP5.ControllerGroup : void remove()
|
||||
java.lang.Object : String toString()
|
||||
java.lang.Object : boolean equals(Object)
|
||||
|
||||
|
||||
*/
|
||||
|
||||
|
||||
|
206
examples/controllers/ControlP5bang/ControlP5bang.pde
Normal file
206
examples/controllers/ControlP5bang/ControlP5bang.pde
Normal file
@ -0,0 +1,206 @@
|
||||
/**
|
||||
* ControlP5 Bang
|
||||
* A bang triggers an event that can be received by a function named after the bang.
|
||||
* By default a bang is triggered when pressed, this can be changed to 'release'
|
||||
* using theBang.setTriggerEvent(Bang.RELEASE).
|
||||
*
|
||||
* find a list of public methods available for the Bang Controller
|
||||
* at the bottom of this sketch.
|
||||
*
|
||||
* by Andreas Schlegel, 2012
|
||||
* www.sojamo.de/libraries/controlp5
|
||||
*
|
||||
*/
|
||||
|
||||
import controlP5.*;
|
||||
|
||||
ControlP5 cp5;
|
||||
|
||||
int myColorBackground = color(0, 0, 0);
|
||||
|
||||
color[] col = new color[] {
|
||||
color(100), color(150), color(200), color(250)
|
||||
};
|
||||
|
||||
|
||||
void setup() {
|
||||
size(400, 600);
|
||||
noStroke();
|
||||
cp5 = new ControlP5(this);
|
||||
for (int i=0;i<col.length;i++) {
|
||||
cp5.addBang("bang"+i)
|
||||
.setPosition(40+i*80, 200)
|
||||
.setSize(40, 40)
|
||||
.setId(i)
|
||||
;
|
||||
}
|
||||
|
||||
// change the trigger event, by default it is PRESSED.
|
||||
cp5.addBang("bang")
|
||||
.setPosition(40, 300)
|
||||
.setSize(280, 40)
|
||||
.setTriggerEvent(Bang.RELEASE)
|
||||
.setLabel("changeBackground")
|
||||
;
|
||||
|
||||
}
|
||||
|
||||
void draw() {
|
||||
background(myColorBackground);
|
||||
for (int i=0;i<col.length;i++) {
|
||||
fill(col[i]);
|
||||
rect(40+i*80, 50, 40, 80);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public void bang() {
|
||||
int theColor = (int)random(255);
|
||||
myColorBackground = color(theColor);
|
||||
println("### bang(). a bang event. setting background to "+theColor);
|
||||
}
|
||||
|
||||
public void controlEvent(ControlEvent theEvent) {
|
||||
for (int i=0;i<col.length;i++) {
|
||||
if (theEvent.getController().getName().equals("bang"+i)) {
|
||||
col[i] = color(random(255));
|
||||
}
|
||||
}
|
||||
|
||||
println(
|
||||
"## controlEvent / id:"+theEvent.controller().getId()+
|
||||
" / name:"+theEvent.controller().getName()+
|
||||
" / value:"+theEvent.controller().getValue()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
a list of all methods available for the Bang Controller
|
||||
use ControlP5.printPublicMethodsFor(Bang.class);
|
||||
to print the following list into the console.
|
||||
|
||||
You can find further details about class Bang in the javadoc.
|
||||
|
||||
Format:
|
||||
ClassName : returnType methodName(parameter type)
|
||||
|
||||
|
||||
controlP5.Bang : Bang setTriggerEvent(int)
|
||||
controlP5.Bang : Bang setValue(float)
|
||||
controlP5.Bang : Bang update()
|
||||
controlP5.Bang : String getInfo()
|
||||
controlP5.Bang : String toString()
|
||||
controlP5.Bang : int getTriggerEvent()
|
||||
controlP5.Controller : Bang addCallback(CallbackListener)
|
||||
controlP5.Controller : Bang addListener(ControlListener)
|
||||
controlP5.Controller : Bang bringToFront()
|
||||
controlP5.Controller : Bang bringToFront(ControllerInterface)
|
||||
controlP5.Controller : Bang hide()
|
||||
controlP5.Controller : Bang linebreak()
|
||||
controlP5.Controller : Bang listen(boolean)
|
||||
controlP5.Controller : Bang lock()
|
||||
controlP5.Controller : Bang plugTo(Object)
|
||||
controlP5.Controller : Bang plugTo(Object, String)
|
||||
controlP5.Controller : Bang plugTo(Object[])
|
||||
controlP5.Controller : Bang plugTo(Object[], String)
|
||||
controlP5.Controller : Bang registerProperty(String)
|
||||
controlP5.Controller : Bang registerProperty(String, String)
|
||||
controlP5.Controller : Bang registerTooltip(String)
|
||||
controlP5.Controller : Bang removeBehavior()
|
||||
controlP5.Controller : Bang removeCallback()
|
||||
controlP5.Controller : Bang removeCallback(CallbackListener)
|
||||
controlP5.Controller : Bang removeListener(ControlListener)
|
||||
controlP5.Controller : Bang removeProperty(String)
|
||||
controlP5.Controller : Bang removeProperty(String, String)
|
||||
controlP5.Controller : Bang setArrayValue(float[])
|
||||
controlP5.Controller : Bang setArrayValue(int, float)
|
||||
controlP5.Controller : Bang setBehavior(ControlBehavior)
|
||||
controlP5.Controller : Bang setBroadcast(boolean)
|
||||
controlP5.Controller : Bang setCaptionLabel(String)
|
||||
controlP5.Controller : Bang setColor(CColor)
|
||||
controlP5.Controller : Bang setColorActive(int)
|
||||
controlP5.Controller : Bang setColorBackground(int)
|
||||
controlP5.Controller : Bang setColorCaptionLabel(int)
|
||||
controlP5.Controller : Bang setColorForeground(int)
|
||||
controlP5.Controller : Bang setColorValueLabel(int)
|
||||
controlP5.Controller : Bang setDecimalPrecision(int)
|
||||
controlP5.Controller : Bang setDefaultValue(float)
|
||||
controlP5.Controller : Bang setHeight(int)
|
||||
controlP5.Controller : Bang setId(int)
|
||||
controlP5.Controller : Bang setImages(PImage, PImage, PImage)
|
||||
controlP5.Controller : Bang setImages(PImage, PImage, PImage, PImage)
|
||||
controlP5.Controller : Bang setLabelVisible(boolean)
|
||||
controlP5.Controller : Bang setLock(boolean)
|
||||
controlP5.Controller : Bang setMax(float)
|
||||
controlP5.Controller : Bang setMin(float)
|
||||
controlP5.Controller : Bang setMouseOver(boolean)
|
||||
controlP5.Controller : Bang setMoveable(boolean)
|
||||
controlP5.Controller : Bang setPosition(PVector)
|
||||
controlP5.Controller : Bang setPosition(float, float)
|
||||
controlP5.Controller : Bang setSize(PImage)
|
||||
controlP5.Controller : Bang setSize(int, int)
|
||||
controlP5.Controller : Bang setStringValue(String)
|
||||
controlP5.Controller : Bang setUpdate(boolean)
|
||||
controlP5.Controller : Bang setValueLabel(String)
|
||||
controlP5.Controller : Bang setView(ControllerView)
|
||||
controlP5.Controller : Bang setVisible(boolean)
|
||||
controlP5.Controller : Bang setWidth(int)
|
||||
controlP5.Controller : Bang show()
|
||||
controlP5.Controller : Bang unlock()
|
||||
controlP5.Controller : Bang unplugFrom(Object)
|
||||
controlP5.Controller : Bang unplugFrom(Object[])
|
||||
controlP5.Controller : Bang unregisterTooltip()
|
||||
controlP5.Controller : Bang update()
|
||||
controlP5.Controller : Bang updateSize()
|
||||
controlP5.Controller : CColor getColor()
|
||||
controlP5.Controller : ControlBehavior getBehavior()
|
||||
controlP5.Controller : ControlWindow getControlWindow()
|
||||
controlP5.Controller : ControlWindow getWindow()
|
||||
controlP5.Controller : ControllerProperty getProperty(String)
|
||||
controlP5.Controller : ControllerProperty getProperty(String, String)
|
||||
controlP5.Controller : Label getCaptionLabel()
|
||||
controlP5.Controller : Label getValueLabel()
|
||||
controlP5.Controller : List getControllerPlugList()
|
||||
controlP5.Controller : PImage setImage(PImage)
|
||||
controlP5.Controller : PImage setImage(PImage, int)
|
||||
controlP5.Controller : PVector getAbsolutePosition()
|
||||
controlP5.Controller : PVector getPosition()
|
||||
controlP5.Controller : String getAddress()
|
||||
controlP5.Controller : String getInfo()
|
||||
controlP5.Controller : String getName()
|
||||
controlP5.Controller : String getStringValue()
|
||||
controlP5.Controller : String toString()
|
||||
controlP5.Controller : Tab getTab()
|
||||
controlP5.Controller : boolean isActive()
|
||||
controlP5.Controller : boolean isBroadcast()
|
||||
controlP5.Controller : boolean isInside()
|
||||
controlP5.Controller : boolean isLabelVisible()
|
||||
controlP5.Controller : boolean isListening()
|
||||
controlP5.Controller : boolean isLock()
|
||||
controlP5.Controller : boolean isMouseOver()
|
||||
controlP5.Controller : boolean isMousePressed()
|
||||
controlP5.Controller : boolean isMoveable()
|
||||
controlP5.Controller : boolean isUpdate()
|
||||
controlP5.Controller : boolean isVisible()
|
||||
controlP5.Controller : float getArrayValue(int)
|
||||
controlP5.Controller : float getDefaultValue()
|
||||
controlP5.Controller : float getMax()
|
||||
controlP5.Controller : float getMin()
|
||||
controlP5.Controller : float getValue()
|
||||
controlP5.Controller : float[] getArrayValue()
|
||||
controlP5.Controller : int getDecimalPrecision()
|
||||
controlP5.Controller : int getHeight()
|
||||
controlP5.Controller : int getId()
|
||||
controlP5.Controller : int getWidth()
|
||||
controlP5.Controller : int listenerSize()
|
||||
controlP5.Controller : void remove()
|
||||
controlP5.Controller : void setView(ControllerView, int)
|
||||
java.lang.Object : String toString()
|
||||
java.lang.Object : boolean equals(Object)
|
||||
|
||||
|
||||
*/
|
||||
|
||||
|
||||
|
241
examples/controllers/ControlP5button/ControlP5button.pde
Normal file
241
examples/controllers/ControlP5button/ControlP5button.pde
Normal file
@ -0,0 +1,241 @@
|
||||
/**
|
||||
* ControlP5 Button
|
||||
* this example shows how to create buttons with controlP5.
|
||||
*
|
||||
* find a list of public methods available for the Button Controller
|
||||
* at the bottom of this sketch's source code
|
||||
*
|
||||
* by Andreas Schlegel, 2012
|
||||
* www.sojamo.de/libraries/controlp5
|
||||
*
|
||||
*/
|
||||
|
||||
import controlP5.*;
|
||||
|
||||
ControlP5 cp5;
|
||||
|
||||
int myColor = color(255);
|
||||
|
||||
int c1,c2;
|
||||
|
||||
float n,n1;
|
||||
|
||||
|
||||
void setup() {
|
||||
size(400,600);
|
||||
noStroke();
|
||||
cp5 = new ControlP5(this);
|
||||
|
||||
// create a new button with name 'buttonA'
|
||||
cp5.addButton("colorA")
|
||||
.setValue(0)
|
||||
.setPosition(100,100)
|
||||
.setSize(200,19)
|
||||
;
|
||||
|
||||
// and add another 2 buttons
|
||||
cp5.addButton("colorB")
|
||||
.setValue(100)
|
||||
.setPosition(100,120)
|
||||
.setSize(200,19)
|
||||
;
|
||||
|
||||
cp5.addButton("colorC")
|
||||
.setPosition(100,140)
|
||||
.setSize(200,19)
|
||||
.setValue(0)
|
||||
;
|
||||
|
||||
PImage[] imgs = {loadImage("button_a.png"),loadImage("button_b.png"),loadImage("button_c.png")};
|
||||
cp5.addButton("play")
|
||||
.setValue(128)
|
||||
.setPosition(140,300)
|
||||
.setImages(imgs)
|
||||
.updateSize()
|
||||
;
|
||||
|
||||
cp5.addButton("playAgain")
|
||||
.setValue(128)
|
||||
.setPosition(210,300)
|
||||
.setImages(imgs)
|
||||
.updateSize()
|
||||
;
|
||||
|
||||
}
|
||||
|
||||
void draw() {
|
||||
background(myColor);
|
||||
myColor = lerpColor(c1,c2,n);
|
||||
n += (1-n)* 0.1;
|
||||
}
|
||||
|
||||
public void controlEvent(ControlEvent theEvent) {
|
||||
println(theEvent.getController().getName());
|
||||
n = 0;
|
||||
}
|
||||
|
||||
// function colorA will receive changes from
|
||||
// controller with name colorA
|
||||
public void colorA(int theValue) {
|
||||
println("a button event from colorA: "+theValue);
|
||||
c1 = c2;
|
||||
c2 = color(0,160,100);
|
||||
}
|
||||
|
||||
// function colorB will receive changes from
|
||||
// controller with name colorB
|
||||
public void colorB(int theValue) {
|
||||
println("a button event from colorB: "+theValue);
|
||||
c1 = c2;
|
||||
c2 = color(150,0,0);
|
||||
}
|
||||
|
||||
// function colorC will receive changes from
|
||||
// controller with name colorC
|
||||
public void colorC(int theValue) {
|
||||
println("a button event from colorC: "+theValue);
|
||||
c1 = c2;
|
||||
c2 = color(255,255,0);
|
||||
}
|
||||
|
||||
public void play(int theValue) {
|
||||
println("a button event from buttonB: "+theValue);
|
||||
c1 = c2;
|
||||
c2 = color(0,0,0);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
a list of all methods available for the Button Controller
|
||||
use ControlP5.printPublicMethodsFor(Button.class);
|
||||
to print the following list into the console.
|
||||
|
||||
You can find further details about class Button in the javadoc.
|
||||
|
||||
Format:
|
||||
ClassName : returnType methodName(parameter type)
|
||||
|
||||
|
||||
controlP5.Button : Button activateBy(int)
|
||||
controlP5.Button : Button setOff()
|
||||
controlP5.Button : Button setOn()
|
||||
controlP5.Button : Button setSwitch(boolean)
|
||||
controlP5.Button : Button setValue(float)
|
||||
controlP5.Button : Button update()
|
||||
controlP5.Button : String getInfo()
|
||||
controlP5.Button : String toString()
|
||||
controlP5.Button : boolean getBooleanValue()
|
||||
controlP5.Button : boolean isOn()
|
||||
controlP5.Button : boolean isPressed()
|
||||
controlP5.Controller : Button addCallback(CallbackListener)
|
||||
controlP5.Controller : Button addListener(ControlListener)
|
||||
controlP5.Controller : Button bringToFront()
|
||||
controlP5.Controller : Button bringToFront(ControllerInterface)
|
||||
controlP5.Controller : Button hide()
|
||||
controlP5.Controller : Button linebreak()
|
||||
controlP5.Controller : Button listen(boolean)
|
||||
controlP5.Controller : Button lock()
|
||||
controlP5.Controller : Button plugTo(Object)
|
||||
controlP5.Controller : Button plugTo(Object, String)
|
||||
controlP5.Controller : Button plugTo(Object[])
|
||||
controlP5.Controller : Button plugTo(Object[], String)
|
||||
controlP5.Controller : Button registerProperty(String)
|
||||
controlP5.Controller : Button registerProperty(String, String)
|
||||
controlP5.Controller : Button registerTooltip(String)
|
||||
controlP5.Controller : Button removeBehavior()
|
||||
controlP5.Controller : Button removeCallback()
|
||||
controlP5.Controller : Button removeCallback(CallbackListener)
|
||||
controlP5.Controller : Button removeListener(ControlListener)
|
||||
controlP5.Controller : Button removeProperty(String)
|
||||
controlP5.Controller : Button removeProperty(String, String)
|
||||
controlP5.Controller : Button setArrayValue(float[])
|
||||
controlP5.Controller : Button setArrayValue(int, float)
|
||||
controlP5.Controller : Button setBehavior(ControlBehavior)
|
||||
controlP5.Controller : Button setBroadcast(boolean)
|
||||
controlP5.Controller : Button setCaptionLabel(String)
|
||||
controlP5.Controller : Button setColor(CColor)
|
||||
controlP5.Controller : Button setColorActive(int)
|
||||
controlP5.Controller : Button setColorBackground(int)
|
||||
controlP5.Controller : Button setColorCaptionLabel(int)
|
||||
controlP5.Controller : Button setColorForeground(int)
|
||||
controlP5.Controller : Button setColorValueLabel(int)
|
||||
controlP5.Controller : Button setDecimalPrecision(int)
|
||||
controlP5.Controller : Button setDefaultValue(float)
|
||||
controlP5.Controller : Button setHeight(int)
|
||||
controlP5.Controller : Button setId(int)
|
||||
controlP5.Controller : Button setImages(PImage, PImage, PImage)
|
||||
controlP5.Controller : Button setImages(PImage, PImage, PImage, PImage)
|
||||
controlP5.Controller : Button setLabelVisible(boolean)
|
||||
controlP5.Controller : Button setLock(boolean)
|
||||
controlP5.Controller : Button setMax(float)
|
||||
controlP5.Controller : Button setMin(float)
|
||||
controlP5.Controller : Button setMouseOver(boolean)
|
||||
controlP5.Controller : Button setMoveable(boolean)
|
||||
controlP5.Controller : Button setPosition(PVector)
|
||||
controlP5.Controller : Button setPosition(float, float)
|
||||
controlP5.Controller : Button setSize(PImage)
|
||||
controlP5.Controller : Button setSize(int, int)
|
||||
controlP5.Controller : Button setStringValue(String)
|
||||
controlP5.Controller : Button setUpdate(boolean)
|
||||
controlP5.Controller : Button setValueLabel(String)
|
||||
controlP5.Controller : Button setView(ControllerView)
|
||||
controlP5.Controller : Button setVisible(boolean)
|
||||
controlP5.Controller : Button setWidth(int)
|
||||
controlP5.Controller : Button show()
|
||||
controlP5.Controller : Button unlock()
|
||||
controlP5.Controller : Button unplugFrom(Object)
|
||||
controlP5.Controller : Button unplugFrom(Object[])
|
||||
controlP5.Controller : Button unregisterTooltip()
|
||||
controlP5.Controller : Button update()
|
||||
controlP5.Controller : Button updateSize()
|
||||
controlP5.Controller : CColor getColor()
|
||||
controlP5.Controller : ControlBehavior getBehavior()
|
||||
controlP5.Controller : ControlWindow getControlWindow()
|
||||
controlP5.Controller : ControlWindow getWindow()
|
||||
controlP5.Controller : ControllerProperty getProperty(String)
|
||||
controlP5.Controller : ControllerProperty getProperty(String, String)
|
||||
controlP5.Controller : Label getCaptionLabel()
|
||||
controlP5.Controller : Label getValueLabel()
|
||||
controlP5.Controller : List getControllerPlugList()
|
||||
controlP5.Controller : PImage setImage(PImage)
|
||||
controlP5.Controller : PImage setImage(PImage, int)
|
||||
controlP5.Controller : PVector getAbsolutePosition()
|
||||
controlP5.Controller : PVector getPosition()
|
||||
controlP5.Controller : String getAddress()
|
||||
controlP5.Controller : String getInfo()
|
||||
controlP5.Controller : String getName()
|
||||
controlP5.Controller : String getStringValue()
|
||||
controlP5.Controller : String toString()
|
||||
controlP5.Controller : Tab getTab()
|
||||
controlP5.Controller : boolean isActive()
|
||||
controlP5.Controller : boolean isBroadcast()
|
||||
controlP5.Controller : boolean isInside()
|
||||
controlP5.Controller : boolean isLabelVisible()
|
||||
controlP5.Controller : boolean isListening()
|
||||
controlP5.Controller : boolean isLock()
|
||||
controlP5.Controller : boolean isMouseOver()
|
||||
controlP5.Controller : boolean isMousePressed()
|
||||
controlP5.Controller : boolean isMoveable()
|
||||
controlP5.Controller : boolean isUpdate()
|
||||
controlP5.Controller : boolean isVisible()
|
||||
controlP5.Controller : float getArrayValue(int)
|
||||
controlP5.Controller : float getDefaultValue()
|
||||
controlP5.Controller : float getMax()
|
||||
controlP5.Controller : float getMin()
|
||||
controlP5.Controller : float getValue()
|
||||
controlP5.Controller : float[] getArrayValue()
|
||||
controlP5.Controller : int getDecimalPrecision()
|
||||
controlP5.Controller : int getHeight()
|
||||
controlP5.Controller : int getId()
|
||||
controlP5.Controller : int getWidth()
|
||||
controlP5.Controller : int listenerSize()
|
||||
controlP5.Controller : void remove()
|
||||
controlP5.Controller : void setView(ControllerView, int)
|
||||
java.lang.Object : String toString()
|
||||
java.lang.Object : boolean equals(Object)
|
||||
|
||||
|
||||
*/
|
||||
|
||||
|
||||
|
BIN
examples/controllers/ControlP5button/data/button_a.png
Normal file
BIN
examples/controllers/ControlP5button/data/button_a.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
examples/controllers/ControlP5button/data/button_b.png
Normal file
BIN
examples/controllers/ControlP5button/data/button_b.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
examples/controllers/ControlP5button/data/button_c.png
Normal file
BIN
examples/controllers/ControlP5button/data/button_c.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
85
examples/controllers/ControlP5canvas/ControlP5canvas.pde
Normal file
85
examples/controllers/ControlP5canvas/ControlP5canvas.pde
Normal file
@ -0,0 +1,85 @@
|
||||
/**
|
||||
* ControlP5 Canvas
|
||||
* The ControlWindowCanvas allow you to add custom graphics to
|
||||
* the default controlP5 renderer or a controlWindow rednerer.
|
||||
*
|
||||
* find a list of public methods available for the Canvas Controller
|
||||
* at the bottom of this sketch's source code
|
||||
*
|
||||
* by Andreas Schlegel, 2011
|
||||
* www.sojamo.de/libraries/controlp5
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
import controlP5.*;
|
||||
|
||||
ControlP5 cp5;
|
||||
|
||||
ControlWindow controlWindow;
|
||||
|
||||
Canvas cc;
|
||||
|
||||
// MyCanvas, your Canvas render class
|
||||
class MyCanvas extends Canvas {
|
||||
|
||||
int y;
|
||||
int mx = 0;
|
||||
int my = 0;
|
||||
public void setup(PGraphics pg) {
|
||||
y = 200;
|
||||
}
|
||||
|
||||
public void update(PApplet p) {
|
||||
mx = p.mouseX;
|
||||
my = p.mouseY;
|
||||
}
|
||||
|
||||
public void draw(PGraphics pg) {
|
||||
// renders a square with randomly changing colors
|
||||
// make changes here.
|
||||
pg.fill(100);
|
||||
pg.rect(mx-20, y-20, 240, 30);
|
||||
pg.fill(255);
|
||||
pg.text("This text is drawn by MyCanvas", mx,y);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void setup() {
|
||||
size(400, 400);
|
||||
frameRate(30);
|
||||
cp5 = new ControlP5(this);
|
||||
|
||||
// create a control window canvas and add it to
|
||||
// the previously created control window.
|
||||
cc = new MyCanvas();
|
||||
cc.pre(); // use cc.post(); to draw on top of existing controllers.
|
||||
cp5.addCanvas(cc); // add the canvas to cp5
|
||||
}
|
||||
|
||||
void draw() {
|
||||
background(0);
|
||||
fill(60);
|
||||
rect(100, 100, 200, 200);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
a list of all methods available for the ControlWindowCanvas Controller
|
||||
use ControlP5.printPublicMethodsFor(Canvas.class);
|
||||
to print the following list into the console.
|
||||
|
||||
You can find further details about class Canvas in the javadoc.
|
||||
|
||||
Format:
|
||||
ClassName : returnType methodName(parameter type)
|
||||
|
||||
controlP5.Canvas : void moveTo(ControlWindow)
|
||||
controlP5.Canvas : void setup(PApplet)
|
||||
controlP5.Canvas : void draw(PApplet)
|
||||
java.lang.Object : String toString()
|
||||
java.lang.Object : boolean equals(Object)
|
||||
*/
|
||||
|
||||
|
222
examples/controllers/ControlP5chart/ControlP5chart.pde
Normal file
222
examples/controllers/ControlP5chart/ControlP5chart.pde
Normal file
@ -0,0 +1,222 @@
|
||||
/**
|
||||
* ControlP5 Chart
|
||||
*
|
||||
* find a list of public methods available for the Chart Controller
|
||||
* at the bottom of this sketch.
|
||||
*
|
||||
* by Andreas Schlegel, 2012
|
||||
* www.sojamo.de/libraries/controlp5
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
import controlP5.*;
|
||||
|
||||
ControlP5 cp5;
|
||||
|
||||
Chart myChart;
|
||||
|
||||
void setup() {
|
||||
size(400, 700);
|
||||
smooth();
|
||||
cp5 = new ControlP5(this);
|
||||
cp5.printPublicMethodsFor(Chart.class);
|
||||
myChart = cp5.addChart("hello")
|
||||
.setPosition(50, 50)
|
||||
.setSize(200, 200)
|
||||
.setRange(-20, 20)
|
||||
.setView(Chart.BAR) // use Chart.LINE, Chart.PIE, Chart.AREA, Chart.BAR_CENTERED
|
||||
;
|
||||
|
||||
myChart.getColor().setBackground(color(255, 100));
|
||||
|
||||
|
||||
myChart.addDataSet("world");
|
||||
myChart.setColors("world", color(255,0,255),color(255,0,0));
|
||||
myChart.setData("world", new float[4]);
|
||||
|
||||
myChart.setStrokeWeight(1.5);
|
||||
|
||||
myChart.addDataSet("earth");
|
||||
myChart.setColors("earth", color(255), color(0, 255, 0));
|
||||
myChart.updateData("earth", 1, 2, 10, 3);
|
||||
|
||||
}
|
||||
|
||||
|
||||
void draw() {
|
||||
background(0);
|
||||
// unshift: add data from left to right (first in)
|
||||
myChart.unshift("world", (sin(frameCount*0.01)*10));
|
||||
|
||||
// push: add data from right to left (last in)
|
||||
myChart.push("earth", (sin(frameCount*0.1)*10));
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
a list of all methods available for the Chart Controller
|
||||
use ControlP5.printPublicMethodsFor(Chart.class);
|
||||
to print the following list into the console.
|
||||
|
||||
You can find further details about class Chart in the javadoc.
|
||||
|
||||
Format:
|
||||
ClassName : returnType methodName(parameter type)
|
||||
|
||||
|
||||
controlP5.Chart : Chart addData(ChartData)
|
||||
controlP5.Chart : Chart addData(ChartDataSet, float)
|
||||
controlP5.Chart : Chart addData(String, ChartData)
|
||||
controlP5.Chart : Chart addData(String, float)
|
||||
controlP5.Chart : Chart addData(float)
|
||||
controlP5.Chart : Chart addDataSet(String)
|
||||
controlP5.Chart : Chart addFirst(String, float)
|
||||
controlP5.Chart : Chart addFirst(float)
|
||||
controlP5.Chart : Chart removeData(ChartData)
|
||||
controlP5.Chart : Chart removeData(String, ChartData)
|
||||
controlP5.Chart : Chart removeData(String, int)
|
||||
controlP5.Chart : Chart removeData(int)
|
||||
controlP5.Chart : Chart removeDataSet(String)
|
||||
controlP5.Chart : Chart removeLast()
|
||||
controlP5.Chart : Chart removeLast(String)
|
||||
controlP5.Chart : Chart setData(String, int, ChartData)
|
||||
controlP5.Chart : Chart setData(int, ChartData)
|
||||
controlP5.Chart : Chart setDataSet(ChartDataSet)
|
||||
controlP5.Chart : Chart setDataSet(String, ChartDataSet)
|
||||
controlP5.Chart : Chart setRange(float, float)
|
||||
controlP5.Chart : Chart setResolution(int)
|
||||
controlP5.Chart : Chart setStrokeWeight(float)
|
||||
controlP5.Chart : Chart setValue(float)
|
||||
controlP5.Chart : Chart setView(int)
|
||||
controlP5.Chart : Chart unshift(String, float)
|
||||
controlP5.Chart : Chart unshift(float)
|
||||
controlP5.Chart : ChartData getData(String, int)
|
||||
controlP5.Chart : ChartDataSet getDataSet(String)
|
||||
controlP5.Chart : LinkedHashMap getDataSet()
|
||||
controlP5.Chart : String getInfo()
|
||||
controlP5.Chart : String toString()
|
||||
controlP5.Chart : float getStrokeWeight()
|
||||
controlP5.Chart : float[] getValuesFrom(String)
|
||||
controlP5.Chart : int getResolution()
|
||||
controlP5.Chart : int size()
|
||||
controlP5.Chart : void onEnter()
|
||||
controlP5.Chart : void onLeave()
|
||||
controlP5.Controller : CColor getColor()
|
||||
controlP5.Controller : Chart addCallback(CallbackListener)
|
||||
controlP5.Controller : Chart addListener(ControlListener)
|
||||
controlP5.Controller : Chart align(int, int, int, int)
|
||||
controlP5.Controller : Chart bringToFront()
|
||||
controlP5.Controller : Chart bringToFront(ControllerInterface)
|
||||
controlP5.Controller : Chart hide()
|
||||
controlP5.Controller : Chart linebreak()
|
||||
controlP5.Controller : Chart listen(boolean)
|
||||
controlP5.Controller : Chart lock()
|
||||
controlP5.Controller : Chart plugTo(Object)
|
||||
controlP5.Controller : Chart plugTo(Object, String)
|
||||
controlP5.Controller : Chart plugTo(Object[])
|
||||
controlP5.Controller : Chart plugTo(Object[], String)
|
||||
controlP5.Controller : Chart registerProperty(String)
|
||||
controlP5.Controller : Chart registerProperty(String, String)
|
||||
controlP5.Controller : Chart registerTooltip(String)
|
||||
controlP5.Controller : Chart removeBehavior()
|
||||
controlP5.Controller : Chart removeCallback()
|
||||
controlP5.Controller : Chart removeCallback(CallbackListener)
|
||||
controlP5.Controller : Chart removeListener(ControlListener)
|
||||
controlP5.Controller : Chart removeProperty(String)
|
||||
controlP5.Controller : Chart removeProperty(String, String)
|
||||
controlP5.Controller : Chart setArrayValue(float[])
|
||||
controlP5.Controller : Chart setArrayValue(int, float)
|
||||
controlP5.Controller : Chart setBehavior(ControlBehavior)
|
||||
controlP5.Controller : Chart setBroadcast(boolean)
|
||||
controlP5.Controller : Chart setCaptionLabel(String)
|
||||
controlP5.Controller : Chart setColor(CColor)
|
||||
controlP5.Controller : Chart setColorActive(int)
|
||||
controlP5.Controller : Chart setColorBackground(int)
|
||||
controlP5.Controller : Chart setColorCaptionLabel(int)
|
||||
controlP5.Controller : Chart setColorForeground(int)
|
||||
controlP5.Controller : Chart setColorValueLabel(int)
|
||||
controlP5.Controller : Chart setDecimalPrecision(int)
|
||||
controlP5.Controller : Chart setDefaultValue(float)
|
||||
controlP5.Controller : Chart setHeight(int)
|
||||
controlP5.Controller : Chart setId(int)
|
||||
controlP5.Controller : Chart setImages(PImage, PImage, PImage)
|
||||
controlP5.Controller : Chart setImages(PImage, PImage, PImage, PImage)
|
||||
controlP5.Controller : Chart setLabelVisible(boolean)
|
||||
controlP5.Controller : Chart setLock(boolean)
|
||||
controlP5.Controller : Chart setMax(float)
|
||||
controlP5.Controller : Chart setMin(float)
|
||||
controlP5.Controller : Chart setMouseOver(boolean)
|
||||
controlP5.Controller : Chart setMoveable(boolean)
|
||||
controlP5.Controller : Chart setPosition(PVector)
|
||||
controlP5.Controller : Chart setPosition(float, float)
|
||||
controlP5.Controller : Chart setSize(PImage)
|
||||
controlP5.Controller : Chart setSize(int, int)
|
||||
controlP5.Controller : Chart setStringValue(String)
|
||||
controlP5.Controller : Chart setUpdate(boolean)
|
||||
controlP5.Controller : Chart setValueLabel(String)
|
||||
controlP5.Controller : Chart setView(ControllerView)
|
||||
controlP5.Controller : Chart setVisible(boolean)
|
||||
controlP5.Controller : Chart setWidth(int)
|
||||
controlP5.Controller : Chart show()
|
||||
controlP5.Controller : Chart unlock()
|
||||
controlP5.Controller : Chart unplugFrom(Object)
|
||||
controlP5.Controller : Chart unplugFrom(Object[])
|
||||
controlP5.Controller : Chart unregisterTooltip()
|
||||
controlP5.Controller : Chart update()
|
||||
controlP5.Controller : Chart updateSize()
|
||||
controlP5.Controller : ControlBehavior getBehavior()
|
||||
controlP5.Controller : ControlWindow getControlWindow()
|
||||
controlP5.Controller : ControlWindow getWindow()
|
||||
controlP5.Controller : ControllerProperty getProperty(String)
|
||||
controlP5.Controller : ControllerProperty getProperty(String, String)
|
||||
controlP5.Controller : Label getCaptionLabel()
|
||||
controlP5.Controller : Label getValueLabel()
|
||||
controlP5.Controller : List getControllerPlugList()
|
||||
controlP5.Controller : PImage setImage(PImage)
|
||||
controlP5.Controller : PImage setImage(PImage, int)
|
||||
controlP5.Controller : PVector getAbsolutePosition()
|
||||
controlP5.Controller : PVector getPosition()
|
||||
controlP5.Controller : String getAddress()
|
||||
controlP5.Controller : String getInfo()
|
||||
controlP5.Controller : String getName()
|
||||
controlP5.Controller : String getStringValue()
|
||||
controlP5.Controller : String toString()
|
||||
controlP5.Controller : Tab getTab()
|
||||
controlP5.Controller : boolean isActive()
|
||||
controlP5.Controller : boolean isBroadcast()
|
||||
controlP5.Controller : boolean isInside()
|
||||
controlP5.Controller : boolean isLabelVisible()
|
||||
controlP5.Controller : boolean isListening()
|
||||
controlP5.Controller : boolean isLock()
|
||||
controlP5.Controller : boolean isMouseOver()
|
||||
controlP5.Controller : boolean isMousePressed()
|
||||
controlP5.Controller : boolean isMoveable()
|
||||
controlP5.Controller : boolean isUpdate()
|
||||
controlP5.Controller : boolean isVisible()
|
||||
controlP5.Controller : float getArrayValue(int)
|
||||
controlP5.Controller : float getDefaultValue()
|
||||
controlP5.Controller : float getMax()
|
||||
controlP5.Controller : float getMin()
|
||||
controlP5.Controller : float getValue()
|
||||
controlP5.Controller : float[] getArrayValue()
|
||||
controlP5.Controller : int getDecimalPrecision()
|
||||
controlP5.Controller : int getHeight()
|
||||
controlP5.Controller : int getId()
|
||||
controlP5.Controller : int getWidth()
|
||||
controlP5.Controller : int listenerSize()
|
||||
controlP5.Controller : void remove()
|
||||
controlP5.Controller : void setView(ControllerView, int)
|
||||
java.lang.Object : String toString()
|
||||
java.lang.Object : boolean equals(Object)
|
||||
|
||||
|
||||
*/
|
||||