Tabnine Logo
BuildingModel.getRoofColor
Code IndexAdd Tabnine to your IDE (free)

How to use
getRoofColor
method
in
kendzi.kendzi3d.buildings.model.BuildingModel

Best Java code snippets using kendzi.kendzi3d.buildings.model.BuildingModel.getRoofColor (Showing top 1 results out of 315)

origin: kendzi/kendzi3d

private static Color takeRoofColor(BuildingModel buildingModel, BuildingPart bp, Wall w, WallPart wp,
    BuildingElementsTextureManager tm) {
  Color c = null;
  if (wp != null && wp.getRoofColor() != null) {
    c = wp.getRoofColor();
  } else if (w.getRoofColor() != null) {
    c = w.getRoofColor();
  } else if (bp.getRoofColor() != null) {
    c = bp.getRoofColor();
  } else if (buildingModel.getRoofColor() != null) {
    c = buildingModel.getRoofColor();
  }
  return c;
}
kendzi.kendzi3d.buildings.modelBuildingModelgetRoofColor

Popular methods of BuildingModel

  • <init>
  • getParts
  • setParts
  • getFacadeColor
  • getFacadeMaterialType
  • getFloorColor
  • getFloorMaterialType
  • getNodeParts
  • getRoofMaterialType
  • setNodeParts

Popular in Java

  • Making http post requests using okhttp
  • setRequestProperty (URLConnection)
  • startActivity (Activity)
  • putExtra (Intent)
  • ObjectMapper (com.fasterxml.jackson.databind)
    ObjectMapper provides functionality for reading and writing JSON, either to and from basic POJOs (Pl
  • NumberFormat (java.text)
    The abstract base class for all number formats. This class provides the interface for formatting and
  • LinkedHashMap (java.util)
    LinkedHashMap is an implementation of Map that guarantees iteration order. All optional operations a
  • List (java.util)
    An ordered collection (also known as a sequence). The user of this interface has precise control ove
  • Random (java.util)
    This class provides methods that return pseudo-random values.It is dangerous to seed Random with the
  • JList (javax.swing)
  • Best IntelliJ plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now