提交 d873611a 编写于 作者: M Mathieu Bastian

Set isRanking and isPartition as private methods

上级 7a2dcf9b
......@@ -217,7 +217,7 @@ public class AppearanceModelImpl implements AppearanceModel {
}
}
public boolean isPartition(Column column) {
private boolean isPartition(Column column) {
Index index;
if (AttributeUtils.isNodeColumn(column)) {
index = localScale ? graphModel.getNodeIndex(graphModel.getVisibleView()) : graphModel.getNodeIndex();
......@@ -246,7 +246,7 @@ public class AppearanceModelImpl implements AppearanceModel {
return false;
}
public boolean isRanking(Column column) {
private boolean isRanking(Column column) {
if (column.isNumber()) {
Index index;
if (AttributeUtils.isNodeColumn(column)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册