Tabnine Logo
ShaderBitmapParam
Code IndexAdd Tabnine to your IDE (free)

How to use
ShaderBitmapParam
in
com.lltvcn.freefont.core.data

Best Java code snippets using com.lltvcn.freefont.core.data.ShaderBitmapParam (Showing top 3 results out of 315)

origin: lltvcn/FreeText

public static ShaderBitmapParam createBitmapShaderParam(String imgName, Shader.TileMode tileX, Shader.TileMode tileY){
  ShaderBitmapParam shaderParam = new ShaderBitmapParam();
  shaderParam.img = imgName;
  shaderParam.tileModeX = tileX.name();
  shaderParam.tileModeY = tileY.name();
  return shaderParam;
}
origin: lltvcn/FreeText

switch (view.getId()){
  case R.id.ck_shader_main_bm:
    shaderData = new ShaderBitmapParam();
    break;
  case R.id.ck_shader_main_linear:
origin: lltvcn/FreeText

  return stoke;
case R.id.ck_shader_bm:
  shaderData = new ShaderBitmapParam();
  break;
case R.id.ck_shader_lin:
com.lltvcn.freefont.core.dataShaderBitmapParam

Javadoc

Created by zhaolei on 2017/10/18.

Most used methods

  • <init>

Popular in Java

  • Reading from database using SQL prepared statement
  • getResourceAsStream (ClassLoader)
  • setScale (BigDecimal)
  • findViewById (Activity)
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • Color (java.awt)
    The Color class is used to encapsulate colors in the default sRGB color space or colors in arbitrary
  • PrintWriter (java.io)
    Wraps either an existing OutputStream or an existing Writerand provides convenience methods for prin
  • Dictionary (java.util)
    Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
  • Scanner (java.util)
    A parser that parses a text string of primitive types and strings with the help of regular expressio
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
  • Top Sublime Text 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