Skip to content

Commit

Permalink
Minor re-arrengements
Browse files Browse the repository at this point in the history
  • Loading branch information
StavWasPlayZ committed Jul 19, 2023
1 parent 55a4ed3 commit 5caea0c
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,18 +166,18 @@ public int getInitY() {
return initY;
}

public NoteNotation getNotation() {
return NoteNotation.NONE;
}


public Point getCenter() {
return ClientUtil.getInitCenter(initX, initY, getSize(), width);
}
public void moveToCenter() {
final Point center = getCenter();
setPosition(center.x, center.y);
}


public NoteNotation getNotation() {
return NoteNotation.NONE;
}


public void init() {
Expand Down

0 comments on commit 5caea0c

Please sign in to comment.