X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.trend%2Fsrc%2Forg%2Fsimantics%2Ftrend%2Fconfiguration%2FViewport.java;h=d208a04444a3b632ffe81b9bcbf01a6ee2141707;hb=refs%2Fchanges%2F19%2F1519%2F1;hp=8f957ac4c3ba8c8fae7fa59b3b75f558977cb733;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.trend/src/org/simantics/trend/configuration/Viewport.java b/bundles/org.simantics.trend/src/org/simantics/trend/configuration/Viewport.java index 8f957ac4c..d208a0444 100644 --- a/bundles/org.simantics.trend/src/org/simantics/trend/configuration/Viewport.java +++ b/bundles/org.simantics.trend/src/org/simantics/trend/configuration/Viewport.java @@ -1,33 +1,33 @@ -/******************************************************************************* - * Copyright (c) 2007, 2011 Association for Decentralized Information Management in - * Industry THTH ry. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * VTT Technical Research Centre of Finland - initial API and implementation - *******************************************************************************/ -package org.simantics.trend.configuration; - -import java.util.List; - -import org.simantics.databoard.util.Bean; - -/** - * Class that describes trend viewport. - * - * @author toni.kalajainen - */ -public class Viewport extends Bean { - - public double from, end; - public List axesports; - - public static class AxisViewport - { - public double min, max; - } - -} +/******************************************************************************* + * Copyright (c) 2007, 2011 Association for Decentralized Information Management in + * Industry THTH ry. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ +package org.simantics.trend.configuration; + +import java.util.List; + +import org.simantics.databoard.util.Bean; + +/** + * Class that describes trend viewport. + * + * @author toni.kalajainen + */ +public class Viewport extends Bean { + + public double from, end; + public List axesports; + + public static class AxisViewport + { + public double min, max; + } + +}