Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save and restore cropview state #11

Merged
merged 3 commits into from
Apr 5, 2016
Merged

Conversation

brunoschalch
Copy link
Contributor

Added three methods:
public float[] getPositionInfo() returns a float array that contains position information of the current state of the crop view.
public void applyPositionInfo(float[] values) is used to restore said position and state.
private void applyValues(float[] values) is used by the last method to set the values to the matrix.
See #10 .

brunoschalch and others added 2 commits April 2, 2016 22:24
Added three methods:
	public float[] getPositionInfo() returns a float array that contains position information of the current state of the crop view.
	public void applyPositionInfo(float[] values) is used to restore said position and state.
	private void applyValues(float[] values) is used by the last method to set the values to the matrix.
@helloyako
Copy link
Contributor

@brunoschalch
Thank you for PR.
I tested your code and added sample code.
Merge my sample code please.

@helloyako helloyako merged commit 4ae94a5 into naver:develop Apr 5, 2016
helloyako added a commit that referenced this pull request Apr 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants