@ -75,7 +75,7 @@ public class AlphaFineConfigManager implements XMLable {
public static boolean isALPHALicAvailable() {
return FRContext.getCurrentEnv() != null && VT4FR.AlphaFine.support();
return FRContext.getCurrentEnv() != null && VT4FR.AlphaFine.isSupport();
}
@Override
@ -172,7 +172,7 @@ public class ChartTypePane extends ChartCommonWizardPane {
private boolean supportMap() {
return VT4FR.ChartMap.support();
return VT4FR.ChartMap.isSupport();
public void update(ChartCollection cc) {
@ -69,7 +69,7 @@ public class ErrorInfoUploader {
// 从云中心更新最新的解决方案文件
private void checkUpdateSolution() {
if (!VT4FR.AlphaFine.support()) {
if (!VT4FR.AlphaFine.isSupport()) {
return;